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
4285 |
# File 'sig/client.rbs', line 4285
def created_at: () -> ::Time
|
#created_by ⇒ ::String
4284 |
# File 'sig/client.rbs', line 4284
def created_by: () -> ::String
|
#description ⇒ ::String
4281 |
# File 'sig/client.rbs', line 4281
def description: () -> ::String
|
#domain_id ⇒ ::String
4278 |
# File 'sig/client.rbs', line 4278
def domain_id: () -> ::String
|
#domain_unit_id ⇒ ::String
4289 |
# File 'sig/client.rbs', line 4289
def domain_unit_id: () -> ::String
|
#environment_deployment_details ⇒ Types::EnvironmentDeploymentDetails
4292 |
# File 'sig/client.rbs', line 4292
def environment_deployment_details: () -> Types::EnvironmentDeploymentDetails
|
#failure_reasons ⇒ ::Array[Types::ProjectDeletionError]
4283 |
# File 'sig/client.rbs', line 4283
def failure_reasons: () -> ::Array[Types::ProjectDeletionError]
|
#glossary_terms ⇒ ::Array[::String]
4288 |
# File 'sig/client.rbs', line 4288
def glossary_terms: () -> ::Array[::String]
|
#id ⇒ ::String
4279 |
# File 'sig/client.rbs', line 4279
def id: () -> ::String
|
#last_updated_at ⇒ ::Time
4286 |
# File 'sig/client.rbs', line 4286
def last_updated_at: () -> ::Time
|
#name ⇒ ::String
4280 |
# File 'sig/client.rbs', line 4280
def name: () -> ::String
|
#project_category ⇒ ::String
4293 |
# File 'sig/client.rbs', line 4293
def project_category: () -> ::String
|
#project_profile_id ⇒ ::String
4290 |
# File 'sig/client.rbs', line 4290
def project_profile_id: () -> ::String
|
#project_status ⇒ "ACTIVE", ...
4282 |
# File 'sig/client.rbs', line 4282
def project_status: () -> ("ACTIVE" | "DELETING" | "DELETE_FAILED" | "UPDATING" | "UPDATE_FAILED" | "MOVING")
|
#resource_tags ⇒ ::Array[Types::ResourceTag]
4287 |
# File 'sig/client.rbs', line 4287
def resource_tags: () -> ::Array[Types::ResourceTag]
|
#user_parameters ⇒ ::Array[Types::EnvironmentConfigurationUserParameter]
4291 |
# File 'sig/client.rbs', line 4291
def user_parameters: () -> ::Array[Types::EnvironmentConfigurationUserParameter]
|