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
4047 |
# File 'sig/client.rbs', line 4047
def aws_account_id: () -> ::String
|
#aws_account_region ⇒ ::String
4048 |
# File 'sig/client.rbs', line 4048
def aws_account_region: () -> ::String
|
#created_at ⇒ ::Time
4042 |
# File 'sig/client.rbs', line 4042
def created_at: () -> ::Time
|
#created_by ⇒ ::String
4041 |
# File 'sig/client.rbs', line 4041
def created_by: () -> ::String
|
#deployment_properties ⇒ Types::DeploymentProperties
4057 |
# File 'sig/client.rbs', line 4057
def deployment_properties: () -> Types::DeploymentProperties
|
#description ⇒ ::String
4045 |
# File 'sig/client.rbs', line 4045
def description: () -> ::String
|
#domain_id ⇒ ::String
4040 |
# File 'sig/client.rbs', line 4040
def domain_id: () -> ::String
|
#environment_actions ⇒ ::Array[Types::ConfigurableEnvironmentAction]
4052 |
# File 'sig/client.rbs', line 4052
def environment_actions: () -> ::Array[Types::ConfigurableEnvironmentAction]
|
#environment_blueprint_id ⇒ ::String
4058 |
# File 'sig/client.rbs', line 4058
def environment_blueprint_id: () -> ::String
|
#environment_configuration_id ⇒ ::String
4059 |
# File 'sig/client.rbs', line 4059
def environment_configuration_id: () -> ::String
|
#environment_configuration_name ⇒ ::String
4060 |
# File 'sig/client.rbs', line 4060
def environment_configuration_name: () -> ::String
|
#environment_profile_id ⇒ ::String
4046 |
# File 'sig/client.rbs', line 4046
def environment_profile_id: () -> ::String
|
#glossary_terms ⇒ ::Array[::String]
4053 |
# File 'sig/client.rbs', line 4053
def glossary_terms: () -> ::Array[::String]
|
#id ⇒ ::String
4039 |
# File 'sig/client.rbs', line 4039
def id: () -> ::String
|
#last_deployment ⇒ Types::Deployment
4055 |
# File 'sig/client.rbs', line 4055
def last_deployment: () -> Types::Deployment
|
#name ⇒ ::String
4044 |
# File 'sig/client.rbs', line 4044
def name: () -> ::String
|
#project_id ⇒ ::String
4038 |
# File 'sig/client.rbs', line 4038
def project_id: () -> ::String
|
#provider ⇒ ::String
4049 |
# File 'sig/client.rbs', line 4049
def provider: () -> ::String
|
#provisioned_resources ⇒ ::Array[Types::Resource]
4050 |
# File 'sig/client.rbs', line 4050
def provisioned_resources: () -> ::Array[Types::Resource]
|
#provisioning_properties ⇒ Types::ProvisioningProperties
4056 |
# File 'sig/client.rbs', line 4056
def provisioning_properties: () -> Types::ProvisioningProperties
|
#status ⇒ "ACTIVE", ...
4051 |
# File 'sig/client.rbs', line 4051
def status: () -> ("ACTIVE" | "CREATING" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED" | "VALIDATION_FAILED" | "SUSPENDED" | "DISABLED" | "EXPIRED" | "DELETED" | "INACCESSIBLE")
|
#updated_at ⇒ ::Time
4043 |
# File 'sig/client.rbs', line 4043
def updated_at: () -> ::Time
|
#user_parameters ⇒ ::Array[Types::CustomParameter]
4054 |
# File 'sig/client.rbs', line 4054
def user_parameters: () -> ::Array[Types::CustomParameter]
|