Class: Aws::Types::CompleteAttachmentUploadRequest
- Inherits:
-
Object
- Object
- Aws::Types::CompleteAttachmentUploadRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment_ids ⇒ ::Array[::String]
Returns the value of attribute attachment_ids.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#connection_token ⇒ ::String
Returns the value of attribute connection_token.
Instance Attribute Details
#attachment_ids ⇒ ::Array[::String]
Returns the value of attribute attachment_ids.
45 46 47 |
# File 'sig/types.rbs', line 45 def @attachment_ids end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
46 47 48 |
# File 'sig/types.rbs', line 46 def client_token @client_token end |
#connection_token ⇒ ::String
Returns the value of attribute connection_token.
47 48 49 |
# File 'sig/types.rbs', line 47 def connection_token @connection_token end |