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

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:



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

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