Class: Aws::SocialMessaging::Types::GetWhatsAppMessageMediaOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::GetWhatsAppMessageMediaOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-socialmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_size ⇒ Integer
The file size of the media, in KB.
-
#mime_type ⇒ String
The MIME type of the media.
Instance Attribute Details
#file_size ⇒ Integer
The file size of the media, in KB.
270 271 272 273 274 275 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 270 class GetWhatsAppMessageMediaOutput < Struct.new( :mime_type, :file_size) SENSITIVE = [] include Aws::Structure end |
#mime_type ⇒ String
The MIME type of the media.
270 271 272 273 274 275 |
# File 'lib/aws-sdk-socialmessaging/types.rb', line 270 class GetWhatsAppMessageMediaOutput < Struct.new( :mime_type, :file_size) SENSITIVE = [] include Aws::Structure end |