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
3559 |
# File 'sig/client.rbs', line 3559
def asset_identifier: () -> ::String
|
#attachment_name ⇒ ::String
3562 |
# File 'sig/client.rbs', line 3562
def attachment_name: () -> ::String
|
#form_type_id ⇒ ::String
3563 |
# File 'sig/client.rbs', line 3563
def form_type_id: () -> ::String
|
#item_identifier ⇒ ::String
3561 |
# File 'sig/client.rbs', line 3561
def item_identifier: () -> ::String
|
#iterable_form_name ⇒ ::String
3560 |
# File 'sig/client.rbs', line 3560
def iterable_form_name: () -> ::String
|