Class: Aws::Types::EnvironmentConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::EnvironmentConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_pools ⇒ ::Array[::String]
Returns the value of attribute account_pools.
-
#aws_account ⇒ Types::AwsAccount
Returns the value of attribute aws_account.
-
#aws_region ⇒ Types::Region
Returns the value of attribute aws_region.
-
#configuration_parameters ⇒ Types::EnvironmentConfigurationParametersDetails
Returns the value of attribute configuration_parameters.
-
#deployment_mode ⇒ "ON_CREATE", "ON_DEMAND"
Returns the value of attribute deployment_mode.
-
#deployment_order ⇒ ::Integer
Returns the value of attribute deployment_order.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#environment_blueprint_id ⇒ ::String
Returns the value of attribute environment_blueprint_id.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#account_pools ⇒ ::Array[::String]
Returns the value of attribute account_pools.
2288 2289 2290 |
# File 'sig/types.rbs', line 2288 def account_pools @account_pools end |
#aws_account ⇒ Types::AwsAccount
Returns the value of attribute aws_account.
2287 2288 2289 |
# File 'sig/types.rbs', line 2287 def aws_account @aws_account end |
#aws_region ⇒ Types::Region
Returns the value of attribute aws_region.
2289 2290 2291 |
# File 'sig/types.rbs', line 2289 def aws_region @aws_region end |
#configuration_parameters ⇒ Types::EnvironmentConfigurationParametersDetails
Returns the value of attribute configuration_parameters.
2286 2287 2288 |
# File 'sig/types.rbs', line 2286 def configuration_parameters @configuration_parameters end |
#deployment_mode ⇒ "ON_CREATE", "ON_DEMAND"
Returns the value of attribute deployment_mode.
2285 2286 2287 |
# File 'sig/types.rbs', line 2285 def deployment_mode @deployment_mode end |
#deployment_order ⇒ ::Integer
Returns the value of attribute deployment_order.
2290 2291 2292 |
# File 'sig/types.rbs', line 2290 def deployment_order @deployment_order end |
#description ⇒ ::String
Returns the value of attribute description.
2284 2285 2286 |
# File 'sig/types.rbs', line 2284 def description @description end |
#environment_blueprint_id ⇒ ::String
Returns the value of attribute environment_blueprint_id.
2283 2284 2285 |
# File 'sig/types.rbs', line 2283 def environment_blueprint_id @environment_blueprint_id end |
#id ⇒ ::String
Returns the value of attribute id.
2282 2283 2284 |
# File 'sig/types.rbs', line 2282 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
2281 2282 2283 |
# File 'sig/types.rbs', line 2281 def name @name end |