Class: Aws::CodeCommit::Types::ListTagsForResourceOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

An enumeration token that allows the operation to batch the next results of the operation.

Returns:

  • (String)


4452
4453
4454
4455
4456
4457
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 4452

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

#tagsHash<String,String>

A list of tag key and value pairs associated with the specified resource.

Returns:

  • (Hash<String,String>)


4452
4453
4454
4455
4456
4457
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 4452

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