Module: Aws::Glue::Client::_GetAssetResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetAssetOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #asset_type_id ⇒ ::String
- #attachments ⇒ ::Hash[::String, Types::AssetFormEntry]
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #forms ⇒ ::Hash[::String, Types::AssetFormEntry]
- #glossary_terms ⇒ ::Array[::String]
- #id ⇒ ::String
- #iterable_forms ⇒ ::Hash[::String, Types::IterableFormEntry]
- #name ⇒ ::String
- #updated_at ⇒ ::Time
Instance Method Details
#asset_type_id ⇒ ::String
1627 |
# File 'sig/client.rbs', line 1627
def asset_type_id: () -> ::String
|
#attachments ⇒ ::Hash[::String, Types::AssetFormEntry]
1630 |
# File 'sig/client.rbs', line 1630
def attachments: () -> ::Hash[::String, Types::AssetFormEntry]
|
#created_at ⇒ ::Time
1625 |
# File 'sig/client.rbs', line 1625
def created_at: () -> ::Time
|
#description ⇒ ::String
1624 |
# File 'sig/client.rbs', line 1624
def description: () -> ::String
|
#forms ⇒ ::Hash[::String, Types::AssetFormEntry]
1629 |
# File 'sig/client.rbs', line 1629
def forms: () -> ::Hash[::String, Types::AssetFormEntry]
|
#glossary_terms ⇒ ::Array[::String]
1628 |
# File 'sig/client.rbs', line 1628
def glossary_terms: () -> ::Array[::String]
|
#id ⇒ ::String
1622 |
# File 'sig/client.rbs', line 1622
def id: () -> ::String
|
#iterable_forms ⇒ ::Hash[::String, Types::IterableFormEntry]
1631 |
# File 'sig/client.rbs', line 1631
def iterable_forms: () -> ::Hash[::String, Types::IterableFormEntry]
|
#name ⇒ ::String
1623 |
# File 'sig/client.rbs', line 1623
def name: () -> ::String
|
#updated_at ⇒ ::Time
1626 |
# File 'sig/client.rbs', line 1626
def updated_at: () -> ::Time
|