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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_sizeInteger

The size of the media file, in KB.

Returns:

  • (Integer)


421
422
423
424
425
426
# File 'lib/aws-sdk-socialmessaging/types.rb', line 421

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

#mime_typeString

The MIME type of the media.

Returns:

  • (String)


421
422
423
424
425
426
# File 'lib/aws-sdk-socialmessaging/types.rb', line 421

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