Class: Aws::Types::DeletePolicyType
- Inherits:
-
Object
- Object
- Aws::Types::DeletePolicyType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
Instance Attribute Details
#auto_scaling_group_name ⇒ ::String
Returns the value of attribute auto_scaling_group_name.
392 393 394 |
# File 'sig/types.rbs', line 392 def auto_scaling_group_name @auto_scaling_group_name end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
393 394 395 |
# File 'sig/types.rbs', line 393 def policy_name @policy_name end |