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
1648 |
# File 'sig/client.rbs', line 1648 def asset_type_id: () -> ::String |
#attachments ⇒ ::Hash[::String, Types::AssetFormEntry]
1651 |
# File 'sig/client.rbs', line 1651 def attachments: () -> ::Hash[::String, Types::AssetFormEntry] |
#created_at ⇒ ::Time
1646 |
# File 'sig/client.rbs', line 1646 def created_at: () -> ::Time |
#description ⇒ ::String
1645 |
# File 'sig/client.rbs', line 1645 def description: () -> ::String |
#forms ⇒ ::Hash[::String, Types::AssetFormEntry]
1650 |
# File 'sig/client.rbs', line 1650 def forms: () -> ::Hash[::String, Types::AssetFormEntry] |
#glossary_terms ⇒ ::Array[::String]
1649 |
# File 'sig/client.rbs', line 1649 def glossary_terms: () -> ::Array[::String] |
#id ⇒ ::String
1643 |
# File 'sig/client.rbs', line 1643 def id: () -> ::String |
#iterable_forms ⇒ ::Hash[::String, Types::IterableFormEntry]
1652 |
# File 'sig/client.rbs', line 1652 def iterable_forms: () -> ::Hash[::String, Types::IterableFormEntry] |
#name ⇒ ::String
1644 |
# File 'sig/client.rbs', line 1644 def name: () -> ::String |
#updated_at ⇒ ::Time
1647 |
# File 'sig/client.rbs', line 1647 def updated_at: () -> ::Time |