Class: Aws::AutoScaling::Types::DeletePolicyType
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::DeletePolicyType
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscaling/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#auto_scaling_group_name ⇒ String
The name of the Auto Scaling group.
-
#policy_name ⇒ String
The name or Amazon Resource Name (ARN) of the policy.
Instance Attribute Details
#auto_scaling_group_name ⇒ String
The name of the Auto Scaling group.
1722 1723 1724 1725 1726 1727 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 1722 class DeletePolicyType < Struct.new( :auto_scaling_group_name, :policy_name) SENSITIVE = [] include Aws::Structure end |
#policy_name ⇒ String
The name or Amazon Resource Name (ARN) of the policy.
1722 1723 1724 1725 1726 1727 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 1722 class DeletePolicyType < Struct.new( :auto_scaling_group_name, :policy_name) SENSITIVE = [] include Aws::Structure end |