Class: Aws::Types::GetArchiveMessageResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetArchiveMessageResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#envelope ⇒ Types::Envelope
Returns the value of attribute envelope.
-
#message_download_link ⇒ ::String
Returns the value of attribute message_download_link.
-
#metadata ⇒ Types::Metadata
Returns the value of attribute metadata.
Instance Attribute Details
#envelope ⇒ Types::Envelope
Returns the value of attribute envelope.
497 498 499 |
# File 'sig/types.rbs', line 497 def envelope @envelope end |
#message_download_link ⇒ ::String
Returns the value of attribute message_download_link.
495 496 497 |
# File 'sig/types.rbs', line 495 def @message_download_link end |
#metadata ⇒ Types::Metadata
Returns the value of attribute metadata.
496 497 498 |
# File 'sig/types.rbs', line 496 def @metadata end |