Class: Aws::Types::GetAttachmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetAttachmentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment_id ⇒ ::String
Returns the value of attribute attachment_id.
-
#connection_token ⇒ ::String
Returns the value of attribute connection_token.
-
#url_expiry_in_seconds ⇒ ::Integer
Returns the value of attribute url_expiry_in_seconds.
Instance Attribute Details
#attachment_id ⇒ ::String
Returns the value of attribute attachment_id.
100 101 102 |
# File 'sig/types.rbs', line 100 def @attachment_id end |
#connection_token ⇒ ::String
Returns the value of attribute connection_token.
101 102 103 |
# File 'sig/types.rbs', line 101 def connection_token @connection_token end |
#url_expiry_in_seconds ⇒ ::Integer
Returns the value of attribute url_expiry_in_seconds.
102 103 104 |
# File 'sig/types.rbs', line 102 def url_expiry_in_seconds @url_expiry_in_seconds end |