Method: Aws::AutoScaling::Types::DeletePolicyType#auto_scaling_group_name
- Defined in:
- lib/aws-sdk-autoscaling/types.rb
#auto_scaling_group_name ⇒ String
The name of the Auto Scaling group.
1966 1967 1968 1969 1970 1971 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 1966 class DeletePolicyType < Struct.new( :auto_scaling_group_name, :policy_name) SENSITIVE = [] include Aws::Structure end |