Class: Aws::AutoScaling::Types::DeletePolicyType

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_group_nameString

The name of the Auto Scaling group.

Returns:

  • (String)


1727
1728
1729
1730
1731
1732
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 1727

class DeletePolicyType < Struct.new(
  :auto_scaling_group_name,
  :policy_name)
  SENSITIVE = []
  include Aws::Structure
end

#policy_nameString

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

Returns:

  • (String)


1727
1728
1729
1730
1731
1732
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 1727

class DeletePolicyType < Struct.new(
  :auto_scaling_group_name,
  :policy_name)
  SENSITIVE = []
  include Aws::Structure
end