Class: Aws::Types::DeploymentStyle

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deployment_option"WITH_TRAFFIC_CONTROL", "WITHOUT_TRAFFIC_CONTROL"

Returns the value of attribute deployment_option.

Returns:

  • ("WITH_TRAFFIC_CONTROL", "WITHOUT_TRAFFIC_CONTROL")


442
443
444
# File 'sig/types.rbs', line 442

def deployment_option
  @deployment_option
end

#deployment_type"IN_PLACE", "BLUE_GREEN"

Returns the value of attribute deployment_type.

Returns:

  • ("IN_PLACE", "BLUE_GREEN")


441
442
443
# File 'sig/types.rbs', line 441

def deployment_type
  @deployment_type
end