Module: Aws::DataZone::Client::_CreateDataProductResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateDataProductOutput]
- 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
671 |
# File 'sig/client.rbs', line 671
def created_at: () -> ::Time
|
#created_by ⇒ ::String
672 |
# File 'sig/client.rbs', line 672
def created_by: () -> ::String
|
#description ⇒ ::String
667 |
# File 'sig/client.rbs', line 667
def description: () -> ::String
|
#domain_id ⇒ ::String
661 |
# File 'sig/client.rbs', line 661
def domain_id: () -> ::String
|
#first_revision_created_at ⇒ ::Time
673 |
# File 'sig/client.rbs', line 673
def first_revision_created_at: () -> ::Time
|
#first_revision_created_by ⇒ ::String
674 |
# File 'sig/client.rbs', line 674
def first_revision_created_by: () -> ::String
|
#forms_output ⇒ ::Array[Types::FormOutput]
670 |
# File 'sig/client.rbs', line 670
def forms_output: () -> ::Array[Types::FormOutput]
|
#glossary_terms ⇒ ::Array[::String]
668 |
# File 'sig/client.rbs', line 668
def glossary_terms: () -> ::Array[::String]
|
#id ⇒ ::String
662 |
# File 'sig/client.rbs', line 662
def id: () -> ::String
|
#items ⇒ ::Array[Types::DataProductItem]
669 |
# File 'sig/client.rbs', line 669
def items: () -> ::Array[Types::DataProductItem]
|
#name ⇒ ::String
665 |
# File 'sig/client.rbs', line 665
def name: () -> ::String
|
#owning_project_id ⇒ ::String
664 |
# File 'sig/client.rbs', line 664
def owning_project_id: () -> ::String
|
#revision ⇒ ::String
663 |
# File 'sig/client.rbs', line 663
def revision: () -> ::String
|
#status ⇒ "CREATED", ...
666 |
# File 'sig/client.rbs', line 666
def status: () -> ("CREATED" | "CREATING" | "CREATE_FAILED")
|