Class: Aws::Types::DeploymentStrategyOptionsStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#optionsTypes::DeploymentStrategyOptions

Returns the value of attribute options.



719
720
721
# File 'sig/types.rbs', line 719

def options
  @options
end

#statusTypes::OptionStatus

Returns the value of attribute status.

Returns:



720
721
722
# File 'sig/types.rbs', line 720

def status
  @status
end