Module: Aws::Glue::Client::_PutAttachmentResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::PutAttachmentResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #asset_identifier ⇒ ::String
- #attachment_name ⇒ ::String
- #form_type_id ⇒ ::String
- #item_identifier ⇒ ::String
- #iterable_form_name ⇒ ::String
Instance Method Details
#asset_identifier ⇒ ::String
3545 |
# File 'sig/client.rbs', line 3545
def asset_identifier: () -> ::String
|
#attachment_name ⇒ ::String
3548 |
# File 'sig/client.rbs', line 3548
def attachment_name: () -> ::String
|
#form_type_id ⇒ ::String
3549 |
# File 'sig/client.rbs', line 3549
def form_type_id: () -> ::String
|
#item_identifier ⇒ ::String
3547 |
# File 'sig/client.rbs', line 3547
def item_identifier: () -> ::String
|
#iterable_form_name ⇒ ::String
3546 |
# File 'sig/client.rbs', line 3546
def iterable_form_name: () -> ::String
|