Module: Aws::DataZone::Client::_GetAssetTypeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetAssetTypeOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #description ⇒ ::String
- #domain_id ⇒ ::String
- #forms_output ⇒ ::Hash[::String, Types::FormEntryOutput]
- #name ⇒ ::String
- #origin_domain_id ⇒ ::String
- #origin_project_id ⇒ ::String
- #owning_project_id ⇒ ::String
- #revision ⇒ ::String
- #updated_at ⇒ ::Time
- #updated_by ⇒ ::String
Instance Method Details
#created_at ⇒ ::Time
1852 |
# File 'sig/client.rbs', line 1852
def created_at: () -> ::Time
|
#created_by ⇒ ::String
1853 |
# File 'sig/client.rbs', line 1853
def created_by: () -> ::String
|
#description ⇒ ::String
1847 |
# File 'sig/client.rbs', line 1847
def description: () -> ::String
|
#domain_id ⇒ ::String
1844 |
# File 'sig/client.rbs', line 1844
def domain_id: () -> ::String
|
#forms_output ⇒ ::Hash[::String, Types::FormEntryOutput]
1848 |
# File 'sig/client.rbs', line 1848
def forms_output: () -> ::Hash[::String, Types::FormEntryOutput]
|
#name ⇒ ::String
1845 |
# File 'sig/client.rbs', line 1845
def name: () -> ::String
|
#origin_domain_id ⇒ ::String
1850 |
# File 'sig/client.rbs', line 1850
def origin_domain_id: () -> ::String
|
#origin_project_id ⇒ ::String
1851 |
# File 'sig/client.rbs', line 1851
def origin_project_id: () -> ::String
|
#owning_project_id ⇒ ::String
1849 |
# File 'sig/client.rbs', line 1849
def owning_project_id: () -> ::String
|
#revision ⇒ ::String
1846 |
# File 'sig/client.rbs', line 1846
def revision: () -> ::String
|
#updated_at ⇒ ::Time
1854 |
# File 'sig/client.rbs', line 1854
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
1855 |
# File 'sig/client.rbs', line 1855
def updated_by: () -> ::String
|