Module: Aws::DataZone::Client::_GetAssetResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetAssetOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #description ⇒ ::String
- #domain_id ⇒ ::String
- #external_identifier ⇒ ::String
- #first_revision_created_at ⇒ ::Time
- #first_revision_created_by ⇒ ::String
- #forms_output ⇒ ::Array[Types::FormOutput]
- #glossary_terms ⇒ ::Array[::String]
- #governed_glossary_terms ⇒ ::Array[::String]
- #id ⇒ ::String
- #latest_time_series_data_point_forms_output ⇒ ::Array[Types::TimeSeriesDataPointSummaryFormOutput]
- #listing ⇒ Types::AssetListingDetails
- #name ⇒ ::String
- #owning_project_id ⇒ ::String
- #read_only_forms_output ⇒ ::Array[Types::FormOutput]
- #revision ⇒ ::String
- #type_identifier ⇒ ::String
- #type_revision ⇒ ::String
Instance Method Details
#created_at ⇒ ::Time
1799 |
# File 'sig/client.rbs', line 1799
def created_at: () -> ::Time
|
#created_by ⇒ ::String
1800 |
# File 'sig/client.rbs', line 1800
def created_by: () -> ::String
|
#description ⇒ ::String
1798 |
# File 'sig/client.rbs', line 1798
def description: () -> ::String
|
#domain_id ⇒ ::String
1806 |
# File 'sig/client.rbs', line 1806
def domain_id: () -> ::String
|
#external_identifier ⇒ ::String
1796 |
# File 'sig/client.rbs', line 1796
def external_identifier: () -> ::String
|
#first_revision_created_at ⇒ ::Time
1801 |
# File 'sig/client.rbs', line 1801
def first_revision_created_at: () -> ::Time
|
#first_revision_created_by ⇒ ::String
1802 |
# File 'sig/client.rbs', line 1802
def first_revision_created_by: () -> ::String
|
#forms_output ⇒ ::Array[Types::FormOutput]
1808 |
# File 'sig/client.rbs', line 1808
def forms_output: () -> ::Array[Types::FormOutput]
|
#glossary_terms ⇒ ::Array[::String]
1803 |
# File 'sig/client.rbs', line 1803
def glossary_terms: () -> ::Array[::String]
|
#governed_glossary_terms ⇒ ::Array[::String]
1804 |
# File 'sig/client.rbs', line 1804
def governed_glossary_terms: () -> ::Array[::String]
|
#id ⇒ ::String
1792 |
# File 'sig/client.rbs', line 1792
def id: () -> ::String
|
#latest_time_series_data_point_forms_output ⇒ ::Array[Types::TimeSeriesDataPointSummaryFormOutput]
1810 |
# File 'sig/client.rbs', line 1810
def latest_time_series_data_point_forms_output: () -> ::Array[Types::TimeSeriesDataPointSummaryFormOutput]
|
#listing ⇒ Types::AssetListingDetails
1807 |
# File 'sig/client.rbs', line 1807
def listing: () -> Types::AssetListingDetails
|
#name ⇒ ::String
1793 |
# File 'sig/client.rbs', line 1793
def name: () -> ::String
|
#owning_project_id ⇒ ::String
1805 |
# File 'sig/client.rbs', line 1805
def owning_project_id: () -> ::String
|
#read_only_forms_output ⇒ ::Array[Types::FormOutput]
1809 |
# File 'sig/client.rbs', line 1809
def read_only_forms_output: () -> ::Array[Types::FormOutput]
|
#revision ⇒ ::String
1797 |
# File 'sig/client.rbs', line 1797
def revision: () -> ::String
|
#type_identifier ⇒ ::String
1794 |
# File 'sig/client.rbs', line 1794
def type_identifier: () -> ::String
|
#type_revision ⇒ ::String
1795 |
# File 'sig/client.rbs', line 1795
def type_revision: () -> ::String
|