Class: Aws::QBusiness::Types::GetMediaResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qbusiness/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#media_bytesString

The base64-encoded bytes of the media object.

Returns:

  • (String)


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_typeString

The MIME type of the media object (image/png).

Returns:

  • (String)


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