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
4333 |
# File 'sig/client.rbs', line 4333
def created_at: () -> ::Time
|
#created_by ⇒ ::String
4332 |
# File 'sig/client.rbs', line 4332
def created_by: () -> ::String
|
#description ⇒ ::String
4329 |
# File 'sig/client.rbs', line 4329
def description: () -> ::String
|
#domain_id ⇒ ::String
4326 |
# File 'sig/client.rbs', line 4326
def domain_id: () -> ::String
|
#domain_unit_id ⇒ ::String
4337 |
# File 'sig/client.rbs', line 4337
def domain_unit_id: () -> ::String
|
#environment_deployment_details ⇒ Types::EnvironmentDeploymentDetails
4340 |
# File 'sig/client.rbs', line 4340
def environment_deployment_details: () -> Types::EnvironmentDeploymentDetails
|
#failure_reasons ⇒ ::Array[Types::ProjectDeletionError]
4331 |
# File 'sig/client.rbs', line 4331
def failure_reasons: () -> ::Array[Types::ProjectDeletionError]
|
#glossary_terms ⇒ ::Array[::String]
4336 |
# File 'sig/client.rbs', line 4336
def glossary_terms: () -> ::Array[::String]
|
#id ⇒ ::String
4327 |
# File 'sig/client.rbs', line 4327
def id: () -> ::String
|
#last_updated_at ⇒ ::Time
4334 |
# File 'sig/client.rbs', line 4334
def last_updated_at: () -> ::Time
|
#name ⇒ ::String
4328 |
# File 'sig/client.rbs', line 4328
def name: () -> ::String
|
#project_category ⇒ ::String
4341 |
# File 'sig/client.rbs', line 4341
def project_category: () -> ::String
|
#project_profile_id ⇒ ::String
4338 |
# File 'sig/client.rbs', line 4338
def project_profile_id: () -> ::String
|
#project_status ⇒ "ACTIVE", ...
4330 |
# File 'sig/client.rbs', line 4330
def project_status: () -> ("ACTIVE" | "DELETING" | "DELETE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "MOVING")
|
#resource_tags ⇒ ::Array[Types::ResourceTag]
4335 |
# File 'sig/client.rbs', line 4335
def resource_tags: () -> ::Array[Types::ResourceTag]
|
#user_parameters ⇒ ::Array[Types::EnvironmentConfigurationUserParameter]
4339 |
# File 'sig/client.rbs', line 4339
def user_parameters: () -> ::Array[Types::EnvironmentConfigurationUserParameter]
|