Class: Aws::AutoScaling::Types::CreateOrUpdateTagsType

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:



1566
1567
1568
1569
1570
# File 'lib/aws-sdk-autoscaling/types.rb', line 1566

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