Class: Aws::Types::EnvironmentConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :id, :description])

Instance Attribute Summary collapse

Instance Attribute Details

#account_pools::Array[::String]

Returns the value of attribute account_pools.

Returns:

  • (::Array[::String])


2288
2289
2290
# File 'sig/types.rbs', line 2288

def 
  @account_pools
end

#aws_accountTypes::AwsAccount

Returns the value of attribute aws_account.

Returns:



2287
2288
2289
# File 'sig/types.rbs', line 2287

def 
  @aws_account
end

#aws_regionTypes::Region

Returns the value of attribute aws_region.

Returns:



2289
2290
2291
# File 'sig/types.rbs', line 2289

def aws_region
  @aws_region
end

#configuration_parametersTypes::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.

Returns:

  • ("ON_CREATE", "ON_DEMAND")


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.

Returns:

  • (::Integer)


2290
2291
2292
# File 'sig/types.rbs', line 2290

def deployment_order
  @deployment_order
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2282
2283
2284
# File 'sig/types.rbs', line 2282

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2281
2282
2283
# File 'sig/types.rbs', line 2281

def name
  @name
end