Module: Aws::DataZone::Client::_GetProjectResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetProjectOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #description ⇒ ::String
- #domain_id ⇒ ::String
- #domain_unit_id ⇒ ::String
- #environment_deployment_details ⇒ Types::EnvironmentDeploymentDetails
- #failure_reasons ⇒ ::Array[Types::ProjectDeletionError]
- #glossary_terms ⇒ ::Array[::String]
- #id ⇒ ::String
- #last_updated_at ⇒ ::Time
- #name ⇒ ::String
- #project_category ⇒ ::String
- #project_profile_id ⇒ ::String
- #project_status ⇒ "ACTIVE", ...
- #resource_tags ⇒ ::Array[Types::ResourceTag]
- #user_parameters ⇒ ::Array[Types::EnvironmentConfigurationUserParameter]
Instance Method Details
#created_at ⇒ ::Time
2448 |
# File 'sig/client.rbs', line 2448
def created_at: () -> ::Time
|
#created_by ⇒ ::String
2447 |
# File 'sig/client.rbs', line 2447
def created_by: () -> ::String
|
#description ⇒ ::String
2444 |
# File 'sig/client.rbs', line 2444
def description: () -> ::String
|
#domain_id ⇒ ::String
2441 |
# File 'sig/client.rbs', line 2441
def domain_id: () -> ::String
|
#domain_unit_id ⇒ ::String
2452 |
# File 'sig/client.rbs', line 2452
def domain_unit_id: () -> ::String
|
#environment_deployment_details ⇒ Types::EnvironmentDeploymentDetails
2455 |
# File 'sig/client.rbs', line 2455
def environment_deployment_details: () -> Types::EnvironmentDeploymentDetails
|
#failure_reasons ⇒ ::Array[Types::ProjectDeletionError]
2446 |
# File 'sig/client.rbs', line 2446
def failure_reasons: () -> ::Array[Types::ProjectDeletionError]
|
#glossary_terms ⇒ ::Array[::String]
2451 |
# File 'sig/client.rbs', line 2451
def glossary_terms: () -> ::Array[::String]
|
#id ⇒ ::String
2442 |
# File 'sig/client.rbs', line 2442
def id: () -> ::String
|
#last_updated_at ⇒ ::Time
2449 |
# File 'sig/client.rbs', line 2449
def last_updated_at: () -> ::Time
|
#name ⇒ ::String
2443 |
# File 'sig/client.rbs', line 2443
def name: () -> ::String
|
#project_category ⇒ ::String
2456 |
# File 'sig/client.rbs', line 2456
def project_category: () -> ::String
|
#project_profile_id ⇒ ::String
2453 |
# File 'sig/client.rbs', line 2453
def project_profile_id: () -> ::String
|
#project_status ⇒ "ACTIVE", ...
2445 |
# File 'sig/client.rbs', line 2445
def project_status: () -> ("ACTIVE" | "DELETING" | "DELETE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "MOVING")
|
#resource_tags ⇒ ::Array[Types::ResourceTag]
2450 |
# File 'sig/client.rbs', line 2450
def resource_tags: () -> ::Array[Types::ResourceTag]
|
#user_parameters ⇒ ::Array[Types::EnvironmentConfigurationUserParameter]
2454 |
# File 'sig/client.rbs', line 2454
def user_parameters: () -> ::Array[Types::EnvironmentConfigurationUserParameter]
|