Class: Aws::Types::UpdateEnvironmentOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateEnvironmentOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#aws_account_region ⇒ ::String
Returns the value of attribute aws_account_region.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#deployment_properties ⇒ Types::DeploymentProperties
Returns the value of attribute deployment_properties.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
-
#environment_actions ⇒ ::Array[Types::ConfigurableEnvironmentAction]
Returns the value of attribute environment_actions.
-
#environment_blueprint_id ⇒ ::String
Returns the value of attribute environment_blueprint_id.
-
#environment_configuration_id ⇒ ::String
Returns the value of attribute environment_configuration_id.
-
#environment_configuration_name ⇒ ::String
Returns the value of attribute environment_configuration_name.
-
#environment_profile_id ⇒ ::String
Returns the value of attribute environment_profile_id.
-
#glossary_terms ⇒ ::Array[::String]
Returns the value of attribute glossary_terms.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_deployment ⇒ Types::Deployment
Returns the value of attribute last_deployment.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#project_id ⇒ ::String
Returns the value of attribute project_id.
-
#provider ⇒ ::String
Returns the value of attribute provider.
-
#provisioned_resources ⇒ ::Array[Types::Resource]
Returns the value of attribute provisioned_resources.
-
#provisioning_properties ⇒ Types::ProvisioningProperties
Returns the value of attribute provisioning_properties.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#user_parameters ⇒ ::Array[Types::CustomParameter]
Returns the value of attribute user_parameters.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
6591 6592 6593 |
# File 'sig/types.rbs', line 6591 def aws_account_id @aws_account_id end |
#aws_account_region ⇒ ::String
Returns the value of attribute aws_account_region.
6592 6593 6594 |
# File 'sig/types.rbs', line 6592 def aws_account_region @aws_account_region end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
6586 6587 6588 |
# File 'sig/types.rbs', line 6586 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
6585 6586 6587 |
# File 'sig/types.rbs', line 6585 def created_by @created_by end |
#deployment_properties ⇒ Types::DeploymentProperties
Returns the value of attribute deployment_properties.
6601 6602 6603 |
# File 'sig/types.rbs', line 6601 def deployment_properties @deployment_properties end |
#description ⇒ ::String
Returns the value of attribute description.
6589 6590 6591 |
# File 'sig/types.rbs', line 6589 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
6584 6585 6586 |
# File 'sig/types.rbs', line 6584 def domain_id @domain_id end |
#environment_actions ⇒ ::Array[Types::ConfigurableEnvironmentAction]
Returns the value of attribute environment_actions.
6596 6597 6598 |
# File 'sig/types.rbs', line 6596 def environment_actions @environment_actions end |
#environment_blueprint_id ⇒ ::String
Returns the value of attribute environment_blueprint_id.
6602 6603 6604 |
# File 'sig/types.rbs', line 6602 def environment_blueprint_id @environment_blueprint_id end |
#environment_configuration_id ⇒ ::String
Returns the value of attribute environment_configuration_id.
6603 6604 6605 |
# File 'sig/types.rbs', line 6603 def environment_configuration_id @environment_configuration_id end |
#environment_configuration_name ⇒ ::String
Returns the value of attribute environment_configuration_name.
6604 6605 6606 |
# File 'sig/types.rbs', line 6604 def environment_configuration_name @environment_configuration_name end |
#environment_profile_id ⇒ ::String
Returns the value of attribute environment_profile_id.
6590 6591 6592 |
# File 'sig/types.rbs', line 6590 def environment_profile_id @environment_profile_id end |
#glossary_terms ⇒ ::Array[::String]
Returns the value of attribute glossary_terms.
6597 6598 6599 |
# File 'sig/types.rbs', line 6597 def glossary_terms @glossary_terms end |
#id ⇒ ::String
Returns the value of attribute id.
6583 6584 6585 |
# File 'sig/types.rbs', line 6583 def id @id end |
#last_deployment ⇒ Types::Deployment
Returns the value of attribute last_deployment.
6599 6600 6601 |
# File 'sig/types.rbs', line 6599 def last_deployment @last_deployment end |
#name ⇒ ::String
Returns the value of attribute name.
6588 6589 6590 |
# File 'sig/types.rbs', line 6588 def name @name end |
#project_id ⇒ ::String
Returns the value of attribute project_id.
6582 6583 6584 |
# File 'sig/types.rbs', line 6582 def project_id @project_id end |
#provider ⇒ ::String
Returns the value of attribute provider.
6593 6594 6595 |
# File 'sig/types.rbs', line 6593 def provider @provider end |
#provisioned_resources ⇒ ::Array[Types::Resource]
Returns the value of attribute provisioned_resources.
6594 6595 6596 |
# File 'sig/types.rbs', line 6594 def provisioned_resources @provisioned_resources end |
#provisioning_properties ⇒ Types::ProvisioningProperties
Returns the value of attribute provisioning_properties.
6600 6601 6602 |
# File 'sig/types.rbs', line 6600 def provisioning_properties @provisioning_properties end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
6595 6596 6597 |
# File 'sig/types.rbs', line 6595 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
6587 6588 6589 |
# File 'sig/types.rbs', line 6587 def updated_at @updated_at end |
#user_parameters ⇒ ::Array[Types::CustomParameter]
Returns the value of attribute user_parameters.
6598 6599 6600 |
# File 'sig/types.rbs', line 6598 def user_parameters @user_parameters end |