Module: Aws::DataZone::Client::_CreateAssetTypeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateAssetTypeOutput]
- 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
469 |
# File 'sig/client.rbs', line 469
def created_at: () -> ::Time
|
#created_by ⇒ ::String
470 |
# File 'sig/client.rbs', line 470
def created_by: () -> ::String
|
#description ⇒ ::String
464 |
# File 'sig/client.rbs', line 464
def description: () -> ::String
|
#domain_id ⇒ ::String
461 |
# File 'sig/client.rbs', line 461
def domain_id: () -> ::String
|
#forms_output ⇒ ::Hash[::String, Types::FormEntryOutput]
465 |
# File 'sig/client.rbs', line 465
def forms_output: () -> ::Hash[::String, Types::FormEntryOutput]
|
#name ⇒ ::String
462 |
# File 'sig/client.rbs', line 462
def name: () -> ::String
|
#origin_domain_id ⇒ ::String
467 |
# File 'sig/client.rbs', line 467
def origin_domain_id: () -> ::String
|
#origin_project_id ⇒ ::String
468 |
# File 'sig/client.rbs', line 468
def origin_project_id: () -> ::String
|
#owning_project_id ⇒ ::String
466 |
# File 'sig/client.rbs', line 466
def owning_project_id: () -> ::String
|
#revision ⇒ ::String
463 |
# File 'sig/client.rbs', line 463
def revision: () -> ::String
|
#updated_at ⇒ ::Time
471 |
# File 'sig/client.rbs', line 471
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
472 |
# File 'sig/client.rbs', line 472
def updated_by: () -> ::String
|