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
3532 |
# File 'sig/client.rbs', line 3532
def asset_identifier: () -> ::String
|
#attachment_name ⇒ ::String
3535 |
# File 'sig/client.rbs', line 3535
def attachment_name: () -> ::String
|
#form_type_id ⇒ ::String
3536 |
# File 'sig/client.rbs', line 3536
def form_type_id: () -> ::String
|
#item_identifier ⇒ ::String
3534 |
# File 'sig/client.rbs', line 3534
def item_identifier: () -> ::String
|
#iterable_form_name ⇒ ::String
3533 |
# File 'sig/client.rbs', line 3533
def iterable_form_name: () -> ::String
|