Class: Aws::SocialMessaging::Types::GetWhatsAppMessageMediaInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SocialMessaging::Types::GetWhatsAppMessageMediaInput
- Defined in:
- gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:destination_s3_presigned_url, :destination_s3_file]
Instance Attribute Summary collapse
-
#destination_s3_file ⇒ Types::S3File
The
bucketName
andkey
of the S3 media file. -
#destination_s3_presigned_url ⇒ Types::S3PresignedUrl
The presign url of the media file.
-
#media_id ⇒ String
The unique identifier for the media file.
-
#metadata_only ⇒ Boolean
Set to
True
to get only the metadata for the file. -
#origination_phone_number_id ⇒ String
The unique identifier of the originating phone number for the WhatsApp message media.
Instance Attribute Details
#destination_s3_file ⇒ Types::S3File
The bucketName
and key
of the S3 media file.
250 251 252 253 254 255 256 257 258 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 250 class GetWhatsAppMessageMediaInput < Struct.new( :media_id, :origination_phone_number_id, :metadata_only, :destination_s3_presigned_url, :destination_s3_file) SENSITIVE = [:destination_s3_presigned_url, :destination_s3_file] include Aws::Structure end |
#destination_s3_presigned_url ⇒ Types::S3PresignedUrl
The presign url of the media file.
250 251 252 253 254 255 256 257 258 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 250 class GetWhatsAppMessageMediaInput < Struct.new( :media_id, :origination_phone_number_id, :metadata_only, :destination_s3_presigned_url, :destination_s3_file) SENSITIVE = [:destination_s3_presigned_url, :destination_s3_file] include Aws::Structure end |
#media_id ⇒ String
The unique identifier for the media file.
250 251 252 253 254 255 256 257 258 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 250 class GetWhatsAppMessageMediaInput < Struct.new( :media_id, :origination_phone_number_id, :metadata_only, :destination_s3_presigned_url, :destination_s3_file) SENSITIVE = [:destination_s3_presigned_url, :destination_s3_file] include Aws::Structure end |
#metadata_only ⇒ Boolean
Set to True
to get only the metadata for the file.
250 251 252 253 254 255 256 257 258 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 250 class GetWhatsAppMessageMediaInput < Struct.new( :media_id, :origination_phone_number_id, :metadata_only, :destination_s3_presigned_url, :destination_s3_file) SENSITIVE = [:destination_s3_presigned_url, :destination_s3_file] include Aws::Structure end |
#origination_phone_number_id ⇒ String
The unique identifier of the originating phone number for the
WhatsApp message media. The phone number identifiers are formatted
as phone-number-id-01234567890123456789012345678901
. Use
GetLinkedWhatsAppBusinessAccount to find a phone number's id.
250 251 252 253 254 255 256 257 258 |
# File 'gems/aws-sdk-socialmessaging/lib/aws-sdk-socialmessaging/types.rb', line 250 class GetWhatsAppMessageMediaInput < Struct.new( :media_id, :origination_phone_number_id, :metadata_only, :destination_s3_presigned_url, :destination_s3_file) SENSITIVE = [:destination_s3_presigned_url, :destination_s3_file] include Aws::Structure end |