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
1858 |
# File 'sig/client.rbs', line 1858
def created_at: () -> ::Time
|
#created_by ⇒ ::String
1859 |
# File 'sig/client.rbs', line 1859
def created_by: () -> ::String
|
#description ⇒ ::String
1853 |
# File 'sig/client.rbs', line 1853
def description: () -> ::String
|
#domain_id ⇒ ::String
1850 |
# File 'sig/client.rbs', line 1850
def domain_id: () -> ::String
|
#forms_output ⇒ ::Hash[::String, Types::FormEntryOutput]
1854 |
# File 'sig/client.rbs', line 1854
def forms_output: () -> ::Hash[::String, Types::FormEntryOutput]
|
#name ⇒ ::String
1851 |
# File 'sig/client.rbs', line 1851
def name: () -> ::String
|
#origin_domain_id ⇒ ::String
1856 |
# File 'sig/client.rbs', line 1856
def origin_domain_id: () -> ::String
|
#origin_project_id ⇒ ::String
1857 |
# File 'sig/client.rbs', line 1857
def origin_project_id: () -> ::String
|
#owning_project_id ⇒ ::String
1855 |
# File 'sig/client.rbs', line 1855
def owning_project_id: () -> ::String
|
#revision ⇒ ::String
1852 |
# File 'sig/client.rbs', line 1852
def revision: () -> ::String
|
#updated_at ⇒ ::Time
1860 |
# File 'sig/client.rbs', line 1860
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
1861 |
# File 'sig/client.rbs', line 1861
def updated_by: () -> ::String
|