Class: Aws::CodePipeline::Types::ListTagsForResourceOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

If the amount of returned information is significantly large, an identifier is also returned and can be used in a subsequent API call to return the next page of the list. The ListTagsforResource call lists all available tags in one call and does not use pagination.

Returns:

  • (String)


2756
2757
2758
2759
2760
2761
# File 'lib/aws-sdk-codepipeline/types.rb', line 2756

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

#tagsArray<Types::Tag>

The tags for the resource.

Returns:



2756
2757
2758
2759
2760
2761
# File 'lib/aws-sdk-codepipeline/types.rb', line 2756

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