Class: Aws::Types::DeleteBlueGreenDeploymentRequest

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)


1753
1754
1755
# File 'sig/types.rbs', line 1753

def blue_green_deployment_identifier
  @blue_green_deployment_identifier
end

#delete_targetBoolean

Returns the value of attribute delete_target.

Returns:

  • (Boolean)


1754
1755
1756
# File 'sig/types.rbs', line 1754

def delete_target
  @delete_target
end