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
4094 |
# File 'sig/client.rbs', line 4094
def aws_account_id: () -> ::String
|
#aws_account_region ⇒ ::String
4095 |
# File 'sig/client.rbs', line 4095
def aws_account_region: () -> ::String
|
#created_at ⇒ ::Time
4089 |
# File 'sig/client.rbs', line 4089
def created_at: () -> ::Time
|
#created_by ⇒ ::String
4088 |
# File 'sig/client.rbs', line 4088
def created_by: () -> ::String
|
#deployment_properties ⇒ Types::DeploymentProperties
4104 |
# File 'sig/client.rbs', line 4104
def deployment_properties: () -> Types::DeploymentProperties
|
#description ⇒ ::String
4092 |
# File 'sig/client.rbs', line 4092
def description: () -> ::String
|
#domain_id ⇒ ::String
4087 |
# File 'sig/client.rbs', line 4087
def domain_id: () -> ::String
|
#environment_actions ⇒ ::Array[Types::ConfigurableEnvironmentAction]
4099 |
# File 'sig/client.rbs', line 4099
def environment_actions: () -> ::Array[Types::ConfigurableEnvironmentAction]
|
#environment_blueprint_id ⇒ ::String
4105 |
# File 'sig/client.rbs', line 4105
def environment_blueprint_id: () -> ::String
|
#environment_configuration_id ⇒ ::String
4106 |
# File 'sig/client.rbs', line 4106
def environment_configuration_id: () -> ::String
|
#environment_configuration_name ⇒ ::String
4107 |
# File 'sig/client.rbs', line 4107
def environment_configuration_name: () -> ::String
|
#environment_profile_id ⇒ ::String
4093 |
# File 'sig/client.rbs', line 4093
def environment_profile_id: () -> ::String
|
#glossary_terms ⇒ ::Array[::String]
4100 |
# File 'sig/client.rbs', line 4100
def glossary_terms: () -> ::Array[::String]
|
#id ⇒ ::String
4086 |
# File 'sig/client.rbs', line 4086
def id: () -> ::String
|
#last_deployment ⇒ Types::Deployment
4102 |
# File 'sig/client.rbs', line 4102
def last_deployment: () -> Types::Deployment
|
#name ⇒ ::String
4091 |
# File 'sig/client.rbs', line 4091
def name: () -> ::String
|
#project_id ⇒ ::String
4085 |
# File 'sig/client.rbs', line 4085
def project_id: () -> ::String
|
#provider ⇒ ::String
4096 |
# File 'sig/client.rbs', line 4096
def provider: () -> ::String
|
#provisioned_resources ⇒ ::Array[Types::Resource]
4097 |
# File 'sig/client.rbs', line 4097
def provisioned_resources: () -> ::Array[Types::Resource]
|
#provisioning_properties ⇒ Types::ProvisioningProperties
4103 |
# File 'sig/client.rbs', line 4103
def provisioning_properties: () -> Types::ProvisioningProperties
|
#status ⇒ "ACTIVE", ...
4098 |
# File 'sig/client.rbs', line 4098
def status: () -> ("ACTIVE" | "CREATING" | "UPDATING" | "DELETING" | "CREATE_FAILED" | "UPDATE_FAILED" | "DELETE_FAILED" | "VALIDATION_FAILED" | "SUSPENDED" | "DISABLED" | "EXPIRED" | "DELETED" | "INACCESSIBLE")
|
#updated_at ⇒ ::Time
4090 |
# File 'sig/client.rbs', line 4090
def updated_at: () -> ::Time
|
#user_parameters ⇒ ::Array[Types::CustomParameter]
4101 |
# File 'sig/client.rbs', line 4101
def user_parameters: () -> ::Array[Types::CustomParameter]
|