Class: Aws::QBusiness::Types::GetMediaResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::GetMediaResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#media_bytes ⇒ String
The base64-encoded bytes of the media object.
-
#media_mime_type ⇒ String
The MIME type of the media object (image/png).
Instance Attribute Details
#media_bytes ⇒ String
The base64-encoded bytes of the media object.
4083 4084 4085 4086 4087 4088 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 4083 class GetMediaResponse < Struct.new( :media_bytes, :media_mime_type) SENSITIVE = [] include Aws::Structure end |
#media_mime_type ⇒ String
The MIME type of the media object (image/png).
4083 4084 4085 4086 4087 4088 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 4083 class GetMediaResponse < Struct.new( :media_bytes, :media_mime_type) SENSITIVE = [] include Aws::Structure end |