Method: Aws::AutoScaling::Types::DeletePolicyType#policy_name

Defined in:
lib/aws-sdk-autoscaling/types.rb

#policy_nameString

The name or Amazon Resource Name (ARN) of the policy.

Returns:

  • (String)


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