Module: Aws::Glue::Client::_PutAssetResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::PutAssetResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #forms ⇒ ::Hash[::String, Types::AssetFormEntry]
- #id ⇒ ::String
- #name ⇒ ::String
Instance Method Details
#created_at ⇒ ::Time
3497 |
# File 'sig/client.rbs', line 3497
def created_at: () -> ::Time
|
#description ⇒ ::String
3496 |
# File 'sig/client.rbs', line 3496
def description: () -> ::String
|
#forms ⇒ ::Hash[::String, Types::AssetFormEntry]
3498 |
# File 'sig/client.rbs', line 3498
def forms: () -> ::Hash[::String, Types::AssetFormEntry]
|
#id ⇒ ::String
3494 |
# File 'sig/client.rbs', line 3494
def id: () -> ::String
|
#name ⇒ ::String
3495 |
# File 'sig/client.rbs', line 3495
def name: () -> ::String
|