Class: Aws::Types::StartAttachmentUploadRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartAttachmentUploadRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment_name ⇒ ::String
Returns the value of attribute attachment_name.
-
#attachment_size_in_bytes ⇒ ::Integer
Returns the value of attribute attachment_size_in_bytes.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#connection_token ⇒ ::String
Returns the value of attribute connection_token.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
Instance Attribute Details
#attachment_name ⇒ ::String
Returns the value of attribute attachment_name.
232 233 234 |
# File 'sig/types.rbs', line 232 def @attachment_name end |
#attachment_size_in_bytes ⇒ ::Integer
Returns the value of attribute attachment_size_in_bytes.
231 232 233 |
# File 'sig/types.rbs', line 231 def @attachment_size_in_bytes end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
233 234 235 |
# File 'sig/types.rbs', line 233 def client_token @client_token end |
#connection_token ⇒ ::String
Returns the value of attribute connection_token.
234 235 236 |
# File 'sig/types.rbs', line 234 def connection_token @connection_token end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
230 231 232 |
# File 'sig/types.rbs', line 230 def content_type @content_type end |