Class: Aws::Types::DeleteAttachmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAttachmentRequest
- 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.
-
#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.
2275 2276 2277 |
# File 'sig/types.rbs', line 2275 def asset_identifier @asset_identifier end |
#attachment_name ⇒ ::String
Returns the value of attribute attachment_name.
2278 2279 2280 |
# File 'sig/types.rbs', line 2278 def @attachment_name end |
#item_identifier ⇒ ::String
Returns the value of attribute item_identifier.
2277 2278 2279 |
# File 'sig/types.rbs', line 2277 def item_identifier @item_identifier end |
#iterable_form_name ⇒ ::String
Returns the value of attribute iterable_form_name.
2276 2277 2278 |
# File 'sig/types.rbs', line 2276 def iterable_form_name @iterable_form_name end |