Module: Aws::DataZone::Client::_UpdateEnvironmentResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateEnvironmentOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #aws_account_id ⇒ ::String
- #aws_account_region ⇒ ::String
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #deployment_properties ⇒ Types::DeploymentProperties
- #description ⇒ ::String
- #domain_id ⇒ ::String
- #environment_actions ⇒ ::Array[Types::ConfigurableEnvironmentAction]
- #environment_blueprint_id ⇒ ::String
- #environment_configuration_id ⇒ ::String
- #environment_configuration_name ⇒ ::String
- #environment_profile_id ⇒ ::String
- #glossary_terms ⇒ ::Array[::String]
- #id ⇒ ::String
- #last_deployment ⇒ Types::Deployment
- #name ⇒ ::String
- #project_id ⇒ ::String
- #provider ⇒ ::String
- #provisioned_resources ⇒ ::Array[Types::Resource]
- #provisioning_properties ⇒ Types::ProvisioningProperties
- #status ⇒ "ACTIVE", ...
- #updated_at ⇒ ::Time
- #user_parameters ⇒ ::Array[Types::CustomParameter]
Instance Method Details
#aws_account_id ⇒ ::String
4085 |
# File 'sig/client.rbs', line 4085
def aws_account_id: () -> ::String
|
#aws_account_region ⇒ ::String
4086 |
# File 'sig/client.rbs', line 4086
def aws_account_region: () -> ::String
|
#created_at ⇒ ::Time
4080 |
# File 'sig/client.rbs', line 4080
def created_at: () -> ::Time
|
#created_by ⇒ ::String
4079 |
# File 'sig/client.rbs', line 4079
def created_by: () -> ::String
|
#deployment_properties ⇒ Types::DeploymentProperties
4095 |
# File 'sig/client.rbs', line 4095
def deployment_properties: () -> Types::DeploymentProperties
|
#description ⇒ ::String
4083 |
# File 'sig/client.rbs', line 4083
def description: () -> ::String
|
#domain_id ⇒ ::String
4078 |
# File 'sig/client.rbs', line 4078
def domain_id: () -> ::String
|
#environment_actions ⇒ ::Array[Types::ConfigurableEnvironmentAction]
4090 |
# File 'sig/client.rbs', line 4090
def environment_actions: () -> ::Array[Types::ConfigurableEnvironmentAction]
|
#environment_blueprint_id ⇒ ::String
4096 |
# File 'sig/client.rbs', line 4096
def environment_blueprint_id: () -> ::String
|
#environment_configuration_id ⇒ ::String
4097 |
# File 'sig/client.rbs', line 4097
def environment_configuration_id: () -> ::String
|
#environment_configuration_name ⇒ ::String
4098 |
# File 'sig/client.rbs', line 4098
def environment_configuration_name: () -> ::String
|
#environment_profile_id ⇒ ::String
4084 |
# File 'sig/client.rbs', line 4084
def environment_profile_id: () -> ::String
|
#glossary_terms ⇒ ::Array[::String]
4091 |
# File 'sig/client.rbs', line 4091
def glossary_terms: () -> ::Array[::String]
|
#id ⇒ ::String
4077 |
# File 'sig/client.rbs', line 4077
def id: () -> ::String
|
#last_deployment ⇒ Types::Deployment
4093 |
# File 'sig/client.rbs', line 4093
def last_deployment: () -> Types::Deployment
|
#name ⇒ ::String
4082 |
# File 'sig/client.rbs', line 4082
def name: () -> ::String
|
#project_id ⇒ ::String
4076 |
# File 'sig/client.rbs', line 4076
def project_id: () -> ::String
|
#provider ⇒ ::String
4087 |
# File 'sig/client.rbs', line 4087
def provider: () -> ::String
|
#provisioned_resources ⇒ ::Array[Types::Resource]
4088 |
# File 'sig/client.rbs', line 4088
def provisioned_resources: () -> ::Array[Types::Resource]
|
#provisioning_properties ⇒ Types::ProvisioningProperties
4094 |
# File 'sig/client.rbs', line 4094
def provisioning_properties: () -> Types::ProvisioningProperties
|
#status ⇒ "ACTIVE", ...
4089 |
# File 'sig/client.rbs', line 4089
def status: () -> ("ACTIVE" | "CREATING" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED" | "VALIDATION_FAILED" | "SUSPENDED" | "DISABLED" | "EXPIRED" | "DELETED" | "INACCESSIBLE")
|
#updated_at ⇒ ::Time
4081 |
# File 'sig/client.rbs', line 4081
def updated_at: () -> ::Time
|
#user_parameters ⇒ ::Array[Types::CustomParameter]
4092 |
# File 'sig/client.rbs', line 4092
def user_parameters: () -> ::Array[Types::CustomParameter]
|