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
3587 |
# File 'sig/client.rbs', line 3587
def asset_identifier: () -> ::String
|
#attachment_name ⇒ ::String
3590 |
# File 'sig/client.rbs', line 3590
def attachment_name: () -> ::String
|
#form_type_id ⇒ ::String
3591 |
# File 'sig/client.rbs', line 3591
def form_type_id: () -> ::String
|
#item_identifier ⇒ ::String
3589 |
# File 'sig/client.rbs', line 3589
def item_identifier: () -> ::String
|
#iterable_form_name ⇒ ::String
3588 |
# File 'sig/client.rbs', line 3588
def iterable_form_name: () -> ::String
|