Class: Aws::Types::PutAttachmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutAttachmentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_identifier ⇒ ::String
Returns the value of attribute asset_identifier.
-
#attachment_name ⇒ ::String
Returns the value of attribute attachment_name.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#content ⇒ ::String
Returns the value of attribute content.
-
#form_type_id ⇒ ::String
Returns the value of attribute form_type_id.
-
#item_identifier ⇒ ::String
Returns the value of attribute item_identifier.
-
#iterable_form_name ⇒ ::String
Returns the value of attribute iterable_form_name.
Instance Attribute Details
#asset_identifier ⇒ ::String
Returns the value of attribute asset_identifier.
6049 6050 6051 |
# File 'sig/types.rbs', line 6049 def asset_identifier @asset_identifier end |
#attachment_name ⇒ ::String
Returns the value of attribute attachment_name.
6052 6053 6054 |
# File 'sig/types.rbs', line 6052 def @attachment_name end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
6055 6056 6057 |
# File 'sig/types.rbs', line 6055 def client_token @client_token end |
#content ⇒ ::String
Returns the value of attribute content.
6053 6054 6055 |
# File 'sig/types.rbs', line 6053 def content @content end |
#form_type_id ⇒ ::String
Returns the value of attribute form_type_id.
6054 6055 6056 |
# File 'sig/types.rbs', line 6054 def form_type_id @form_type_id end |
#item_identifier ⇒ ::String
Returns the value of attribute item_identifier.
6051 6052 6053 |
# File 'sig/types.rbs', line 6051 def item_identifier @item_identifier end |
#iterable_form_name ⇒ ::String
Returns the value of attribute iterable_form_name.
6050 6051 6052 |
# File 'sig/types.rbs', line 6050 def iterable_form_name @iterable_form_name end |