Class: Aws::CodeCommit::Types::ListTagsForResourceInput

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, when provided in a request, returns the next batch of the results.

Returns:

  • (String)


4433
4434
4435
4436
4437
4438
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 4433

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

#resource_arnString

The Amazon Resource Name (ARN) of the resource for which you want to get information about tags, if any.

Returns:

  • (String)


4433
4434
4435
4436
4437
4438
# File 'gems/aws-sdk-codecommit/lib/aws-sdk-codecommit/types.rb', line 4433

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