Class: Aws::Proton::Types::ListTagsForResourceOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A token that indicates the location of the next resource tag in the array of resource tags, after the current requested list of resource tags.

Returns:

  • (String)


4291
4292
4293
4294
4295
4296
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4291

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

#tagsArray<Types::Tag>

A list of resource tags with detail data.

Returns:



4291
4292
4293
4294
4295
4296
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4291

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