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

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

#tagsArray<Types::Tag>

One or more tags.

Returns:



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

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