Class: Aws::CodePipeline::Types::ListTagsForResourceInput

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

#max_resultsInteger

The maximum number of results to return in a single call.

Returns:

  • (Integer)


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_tokenString

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.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the resource to get tags for.

Returns:

  • (String)


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