Class: Aws::Types::DeleteAttachmentResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAttachmentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#asset_identifier ⇒ ::String
Returns the value of attribute asset_identifier.
-
#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.
2287 2288 2289 |
# File 'sig/types.rbs', line 2287 def asset_identifier @asset_identifier end |
#item_identifier ⇒ ::String
Returns the value of attribute item_identifier.
2289 2290 2291 |
# File 'sig/types.rbs', line 2289 def item_identifier @item_identifier end |
#iterable_form_name ⇒ ::String
Returns the value of attribute iterable_form_name.
2288 2289 2290 |
# File 'sig/types.rbs', line 2288 def iterable_form_name @iterable_form_name end |