Class: Aws::Types::GetWhatsAppMessageMediaInput
- Inherits:
-
Object
- Object
- Aws::Types::GetWhatsAppMessageMediaInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_s3_file ⇒ Types::S3File
Returns the value of attribute destination_s3_file.
-
#destination_s3_presigned_url ⇒ Types::S3PresignedUrl
Returns the value of attribute destination_s3_presigned_url.
-
#media_id ⇒ ::String
Returns the value of attribute media_id.
-
#metadata_only ⇒ Boolean
Returns the value of attribute metadata_only.
-
#origination_phone_number_id ⇒ ::String
Returns the value of attribute origination_phone_number_id.
Instance Attribute Details
#destination_s3_file ⇒ Types::S3File
Returns the value of attribute destination_s3_file.
211 212 213 |
# File 'sig/types.rbs', line 211 def destination_s3_file @destination_s3_file end |
#destination_s3_presigned_url ⇒ Types::S3PresignedUrl
Returns the value of attribute destination_s3_presigned_url.
210 211 212 |
# File 'sig/types.rbs', line 210 def destination_s3_presigned_url @destination_s3_presigned_url end |
#media_id ⇒ ::String
Returns the value of attribute media_id.
207 208 209 |
# File 'sig/types.rbs', line 207 def media_id @media_id end |
#metadata_only ⇒ Boolean
Returns the value of attribute metadata_only.
209 210 211 |
# File 'sig/types.rbs', line 209 def @metadata_only end |
#origination_phone_number_id ⇒ ::String
Returns the value of attribute origination_phone_number_id.
208 209 210 |
# File 'sig/types.rbs', line 208 def origination_phone_number_id @origination_phone_number_id end |