Module: Aws::DataZone::Client::_UpdateProjectResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateProjectOutput]
- 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
4324 |
# File 'sig/client.rbs', line 4324
def created_at: () -> ::Time
|
#created_by ⇒ ::String
4323 |
# File 'sig/client.rbs', line 4323
def created_by: () -> ::String
|
#description ⇒ ::String
4320 |
# File 'sig/client.rbs', line 4320
def description: () -> ::String
|
#domain_id ⇒ ::String
4317 |
# File 'sig/client.rbs', line 4317
def domain_id: () -> ::String
|
#domain_unit_id ⇒ ::String
4328 |
# File 'sig/client.rbs', line 4328
def domain_unit_id: () -> ::String
|
#environment_deployment_details ⇒ Types::EnvironmentDeploymentDetails
4331 |
# File 'sig/client.rbs', line 4331
def environment_deployment_details: () -> Types::EnvironmentDeploymentDetails
|
#failure_reasons ⇒ ::Array[Types::ProjectDeletionError]
4322 |
# File 'sig/client.rbs', line 4322
def failure_reasons: () -> ::Array[Types::ProjectDeletionError]
|
#glossary_terms ⇒ ::Array[::String]
4327 |
# File 'sig/client.rbs', line 4327
def glossary_terms: () -> ::Array[::String]
|
#id ⇒ ::String
4318 |
# File 'sig/client.rbs', line 4318
def id: () -> ::String
|
#last_updated_at ⇒ ::Time
4325 |
# File 'sig/client.rbs', line 4325
def last_updated_at: () -> ::Time
|
#name ⇒ ::String
4319 |
# File 'sig/client.rbs', line 4319
def name: () -> ::String
|
#project_category ⇒ ::String
4332 |
# File 'sig/client.rbs', line 4332
def project_category: () -> ::String
|
#project_profile_id ⇒ ::String
4329 |
# File 'sig/client.rbs', line 4329
def project_profile_id: () -> ::String
|
#project_status ⇒ "ACTIVE", ...
4321 |
# File 'sig/client.rbs', line 4321
def project_status: () -> ("ACTIVE" | "DELETING" | "DELETE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "MOVING")
|
#resource_tags ⇒ ::Array[Types::ResourceTag]
4326 |
# File 'sig/client.rbs', line 4326
def resource_tags: () -> ::Array[Types::ResourceTag]
|
#user_parameters ⇒ ::Array[Types::EnvironmentConfigurationUserParameter]
4330 |
# File 'sig/client.rbs', line 4330
def user_parameters: () -> ::Array[Types::EnvironmentConfigurationUserParameter]
|