Class: Aws::Types::PostWhatsAppMessageMediaInput
- Inherits:
-
Object
- Object
- Aws::Types::PostWhatsAppMessageMediaInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#origination_phone_number_id ⇒ ::String
Returns the value of attribute origination_phone_number_id.
-
#source_s3_file ⇒ Types::S3File
Returns the value of attribute source_s3_file.
-
#source_s3_presigned_url ⇒ Types::S3PresignedUrl
Returns the value of attribute source_s3_presigned_url.
Instance Attribute Details
#origination_phone_number_id ⇒ ::String
Returns the value of attribute origination_phone_number_id.
468 469 470 |
# File 'sig/types.rbs', line 468 def origination_phone_number_id @origination_phone_number_id end |
#source_s3_file ⇒ Types::S3File
Returns the value of attribute source_s3_file.
470 471 472 |
# File 'sig/types.rbs', line 470 def source_s3_file @source_s3_file end |
#source_s3_presigned_url ⇒ Types::S3PresignedUrl
Returns the value of attribute source_s3_presigned_url.
469 470 471 |
# File 'sig/types.rbs', line 469 def source_s3_presigned_url @source_s3_presigned_url end |