Class: Aws::AutoScaling::Types::TagsType

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-autoscaling/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.

Returns:

  • (String)


4484
4485
4486
4487
4488
# File 'lib/aws-sdk-autoscaling/types.rb', line 4484

class TagsType < Struct.new(
  :tags,
  :next_token)
  include Aws::Structure
end

#tagsArray<Types::TagDescription>

One or more tags.

Returns:



4484
4485
4486
4487
4488
# File 'lib/aws-sdk-autoscaling/types.rb', line 4484

class TagsType < Struct.new(
  :tags,
  :next_token)
  include Aws::Structure
end