Class: Aws::Types::DeleteScalingPolicyInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteScalingPolicyInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
612 613 614 |
# File 'sig/types.rbs', line 612 def fleet_id @fleet_id end |
#name ⇒ ::String
Returns the value of attribute name.
611 612 613 |
# File 'sig/types.rbs', line 611 def name @name end |