Class: Aws::Types::AutoScalingPolicyStatus

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#state"PENDING", ...

Returns the value of attribute state.

Returns:

  • ("PENDING", "ATTACHING", "ATTACHED", "DETACHING", "DETACHED", "FAILED")


87
88
89
# File 'sig/types.rbs', line 87

def state
  @state
end

#state_change_reasonTypes::AutoScalingPolicyStateChangeReason

Returns the value of attribute state_change_reason.



88
89
90
# File 'sig/types.rbs', line 88

def state_change_reason
  @state_change_reason
end