Class: Aws::Types::SwitchoverBlueGreenDeploymentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#blue_green_deployment_identifier::String

Returns the value of attribute blue_green_deployment_identifier.

Returns:

  • (::String)


4401
4402
4403
# File 'sig/types.rbs', line 4401

def blue_green_deployment_identifier
  @blue_green_deployment_identifier
end

#switchover_timeout::Integer

Returns the value of attribute switchover_timeout.

Returns:

  • (::Integer)


4402
4403
4404
# File 'sig/types.rbs', line 4402

def switchover_timeout
  @switchover_timeout
end