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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1711
1712
1713
1714
1715
1716
# File 'lib/aws-sdk-autoscaling/types.rb', line 1711

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)


1711
1712
1713
1714
1715
1716
# File 'lib/aws-sdk-autoscaling/types.rb', line 1711

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