Class: Aws::SocialMessaging::Types::GetWhatsAppMessageMediaOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_sizeInteger

The file size of the media, in KB.

Returns:

  • (Integer)


270
271
272
273
274
275
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 270

class GetWhatsAppMessageMediaOutput < Struct.new(
  :mime_type,
  :file_size)
  SENSITIVE = []
  include Aws::Structure
end

#mime_typeString

The MIME type of the media.

Returns:

  • (String)


270
271
272
273
274
275
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 270

class GetWhatsAppMessageMediaOutput < Struct.new(
  :mime_type,
  :file_size)
  SENSITIVE = []
  include Aws::Structure
end