Class: Aws::Types::GetEnvironmentOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetEnvironmentOutput
- 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.
2825 2826 2827 |
# File 'sig/types.rbs', line 2825 def aws_account_id @aws_account_id end |
#aws_account_region ⇒ ::String
Returns the value of attribute aws_account_region.
2826 2827 2828 |
# File 'sig/types.rbs', line 2826 def aws_account_region @aws_account_region end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
2820 2821 2822 |
# File 'sig/types.rbs', line 2820 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
2819 2820 2821 |
# File 'sig/types.rbs', line 2819 def created_by @created_by end |
#deployment_properties ⇒ Types::DeploymentProperties
Returns the value of attribute deployment_properties.
2835 2836 2837 |
# File 'sig/types.rbs', line 2835 def deployment_properties @deployment_properties end |
#description ⇒ ::String
Returns the value of attribute description.
2823 2824 2825 |
# File 'sig/types.rbs', line 2823 def description @description end |
#domain_id ⇒ ::String
Returns the value of attribute domain_id.
2818 2819 2820 |
# File 'sig/types.rbs', line 2818 def domain_id @domain_id end |
#environment_actions ⇒ ::Array[Types::ConfigurableEnvironmentAction]
Returns the value of attribute environment_actions.
2830 2831 2832 |
# File 'sig/types.rbs', line 2830 def environment_actions @environment_actions end |
#environment_blueprint_id ⇒ ::String
Returns the value of attribute environment_blueprint_id.
2836 2837 2838 |
# File 'sig/types.rbs', line 2836 def environment_blueprint_id @environment_blueprint_id end |
#environment_configuration_id ⇒ ::String
Returns the value of attribute environment_configuration_id.
2837 2838 2839 |
# File 'sig/types.rbs', line 2837 def environment_configuration_id @environment_configuration_id end |
#environment_configuration_name ⇒ ::String
Returns the value of attribute environment_configuration_name.
2838 2839 2840 |
# File 'sig/types.rbs', line 2838 def environment_configuration_name @environment_configuration_name end |
#environment_profile_id ⇒ ::String
Returns the value of attribute environment_profile_id.
2824 2825 2826 |
# File 'sig/types.rbs', line 2824 def environment_profile_id @environment_profile_id end |
#glossary_terms ⇒ ::Array[::String]
Returns the value of attribute glossary_terms.
2831 2832 2833 |
# File 'sig/types.rbs', line 2831 def glossary_terms @glossary_terms end |
#id ⇒ ::String
Returns the value of attribute id.
2817 2818 2819 |
# File 'sig/types.rbs', line 2817 def id @id end |
#last_deployment ⇒ Types::Deployment
Returns the value of attribute last_deployment.
2833 2834 2835 |
# File 'sig/types.rbs', line 2833 def last_deployment @last_deployment end |
#name ⇒ ::String
Returns the value of attribute name.
2822 2823 2824 |
# File 'sig/types.rbs', line 2822 def name @name end |
#project_id ⇒ ::String
Returns the value of attribute project_id.
2816 2817 2818 |
# File 'sig/types.rbs', line 2816 def project_id @project_id end |
#provider ⇒ ::String
Returns the value of attribute provider.
2827 2828 2829 |
# File 'sig/types.rbs', line 2827 def provider @provider end |
#provisioned_resources ⇒ ::Array[Types::Resource]
Returns the value of attribute provisioned_resources.
2828 2829 2830 |
# File 'sig/types.rbs', line 2828 def provisioned_resources @provisioned_resources end |
#provisioning_properties ⇒ Types::ProvisioningProperties
Returns the value of attribute provisioning_properties.
2834 2835 2836 |
# File 'sig/types.rbs', line 2834 def provisioning_properties @provisioning_properties end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
2829 2830 2831 |
# File 'sig/types.rbs', line 2829 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
2821 2822 2823 |
# File 'sig/types.rbs', line 2821 def updated_at @updated_at end |
#user_parameters ⇒ ::Array[Types::CustomParameter]
Returns the value of attribute user_parameters.
2832 2833 2834 |
# File 'sig/types.rbs', line 2832 def user_parameters @user_parameters end |