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
3510 |
# File 'sig/client.rbs', line 3510
def created_at: () -> ::Time
|
#description ⇒ ::String
3509 |
# File 'sig/client.rbs', line 3509
def description: () -> ::String
|
#forms ⇒ ::Hash[::String, Types::AssetFormEntry]
3511 |
# File 'sig/client.rbs', line 3511
def forms: () -> ::Hash[::String, Types::AssetFormEntry]
|
#id ⇒ ::String
3507 |
# File 'sig/client.rbs', line 3507
def id: () -> ::String
|
#name ⇒ ::String
3508 |
# File 'sig/client.rbs', line 3508
def name: () -> ::String
|