Class: Aws::AutoScaling::Types::DeleteTagsType

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

#tagsArray<Types::Tag>

One or more tags.

Returns:



1757
1758
1759
1760
1761
# File 'gems/aws-sdk-autoscaling/lib/aws-sdk-autoscaling/types.rb', line 1757

class DeleteTagsType < Struct.new(
  :tags)
  SENSITIVE = []
  include Aws::Structure
end