Module: Aws::DataZone::Client::_GetDataProductResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDataProductOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #description ⇒ ::String
- #domain_id ⇒ ::String
- #first_revision_created_at ⇒ ::Time
- #first_revision_created_by ⇒ ::String
- #forms_output ⇒ ::Array[Types::FormOutput]
- #glossary_terms ⇒ ::Array[::String]
- #id ⇒ ::String
- #items ⇒ ::Array[Types::DataProductItem]
- #name ⇒ ::String
- #owning_project_id ⇒ ::String
- #revision ⇒ ::String
- #status ⇒ "CREATED", ...
Instance Method Details
#created_at ⇒ ::Time
1917 |
# File 'sig/client.rbs', line 1917
def created_at: () -> ::Time
|
#created_by ⇒ ::String
1918 |
# File 'sig/client.rbs', line 1918
def created_by: () -> ::String
|
#description ⇒ ::String
1913 |
# File 'sig/client.rbs', line 1913
def description: () -> ::String
|
#domain_id ⇒ ::String
1907 |
# File 'sig/client.rbs', line 1907
def domain_id: () -> ::String
|
#first_revision_created_at ⇒ ::Time
1919 |
# File 'sig/client.rbs', line 1919
def first_revision_created_at: () -> ::Time
|
#first_revision_created_by ⇒ ::String
1920 |
# File 'sig/client.rbs', line 1920
def first_revision_created_by: () -> ::String
|
#forms_output ⇒ ::Array[Types::FormOutput]
1916 |
# File 'sig/client.rbs', line 1916
def forms_output: () -> ::Array[Types::FormOutput]
|
#glossary_terms ⇒ ::Array[::String]
1914 |
# File 'sig/client.rbs', line 1914
def glossary_terms: () -> ::Array[::String]
|
#id ⇒ ::String
1908 |
# File 'sig/client.rbs', line 1908
def id: () -> ::String
|
#items ⇒ ::Array[Types::DataProductItem]
1915 |
# File 'sig/client.rbs', line 1915
def items: () -> ::Array[Types::DataProductItem]
|
#name ⇒ ::String
1911 |
# File 'sig/client.rbs', line 1911
def name: () -> ::String
|
#owning_project_id ⇒ ::String
1910 |
# File 'sig/client.rbs', line 1910
def owning_project_id: () -> ::String
|
#revision ⇒ ::String
1909 |
# File 'sig/client.rbs', line 1909
def revision: () -> ::String
|
#status ⇒ "CREATED", ...
1912 |
# File 'sig/client.rbs', line 1912
def status: () -> ("CREATED" | "CREATING" | "CREATE_FAILED")
|