Class: Aws::QBusiness::Types::ImageSourceDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ImageSourceDetails
- Defined in:
- gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb
Overview
Details about an image source, including its identifier and format.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#media_id ⇒ String
Unique identifier for the image file.
-
#media_mime_type ⇒ String
The MIME type of the image file.
Instance Attribute Details
#media_id ⇒ String
Unique identifier for the image file.
5595 5596 5597 5598 5599 5600 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5595 class ImageSourceDetails < Struct.new( :media_id, :media_mime_type) SENSITIVE = [] include Aws::Structure end |
#media_mime_type ⇒ String
The MIME type of the image file.
5595 5596 5597 5598 5599 5600 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 5595 class ImageSourceDetails < Struct.new( :media_id, :media_mime_type) SENSITIVE = [] include Aws::Structure end |