Class: Aws::CodePipeline::Types::ListTagsForResourceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::ListTagsForResourceInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codepipeline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return in a single call.
-
#next_token ⇒ String
The token that was returned from the previous API call, which would be used to return the next page of the list.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource to get tags for.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return in a single call.
3212 3213 3214 3215 3216 3217 3218 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 3212 class ListTagsForResourceInput < Struct.new( :resource_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token that was returned from the previous API call, which would be used to return the next page of the list. The ListTagsforResource call lists all available tags in one call and does not use pagination.
3212 3213 3214 3215 3216 3217 3218 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 3212 class ListTagsForResourceInput < Struct.new( :resource_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the resource to get tags for.
3212 3213 3214 3215 3216 3217 3218 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 3212 class ListTagsForResourceInput < Struct.new( :resource_arn, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |