Class: Aws::Types::PutAttachmentResponse
- Inherits:
-
Object
- Object
- Aws::Types::PutAttachmentResponse
- 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.
-
#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.
6116 6117 6118 |
# File 'sig/types.rbs', line 6116 def asset_identifier @asset_identifier end |
#attachment_name ⇒ ::String
Returns the value of attribute attachment_name.
6119 6120 6121 |
# File 'sig/types.rbs', line 6119 def @attachment_name end |
#form_type_id ⇒ ::String
Returns the value of attribute form_type_id.
6120 6121 6122 |
# File 'sig/types.rbs', line 6120 def form_type_id @form_type_id end |
#item_identifier ⇒ ::String
Returns the value of attribute item_identifier.
6118 6119 6120 |
# File 'sig/types.rbs', line 6118 def item_identifier @item_identifier end |
#iterable_form_name ⇒ ::String
Returns the value of attribute iterable_form_name.
6117 6118 6119 |
# File 'sig/types.rbs', line 6117 def iterable_form_name @iterable_form_name end |