Class: Aws::CodeCommit::Types::ListTagsForResourceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeCommit::Types::ListTagsForResourceInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codecommit/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
An enumeration token that, when provided in a request, returns the next batch of the results.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource for which you want to get information about tags, if any.
Instance Attribute Details
#next_token ⇒ String
An enumeration token that, when provided in a request, returns the next batch of the results.
4431 4432 4433 4434 4435 4436 |
# File 'lib/aws-sdk-codecommit/types.rb', line 4431 class ListTagsForResourceInput < Struct.new( :resource_arn, :next_token) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource for which you want to get information about tags, if any.
4431 4432 4433 4434 4435 4436 |
# File 'lib/aws-sdk-codecommit/types.rb', line 4431 class ListTagsForResourceInput < Struct.new( :resource_arn, :next_token) SENSITIVE = [] include Aws::Structure end |