Class: Aws::Proton::Types::ListTagsForResourceInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of tags to list.

Returns:

  • (Integer)


4271
4272
4273
4274
4275
4276
4277
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4271

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

#next_tokenString

A token that indicates the location of the next resource tag in the array of resource tags, after the list of resource tags that was previously requested.

Returns:

  • (String)


4271
4272
4273
4274
4275
4276
4277
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4271

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

#resource_arnString

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

Returns:

  • (String)


4271
4272
4273
4274
4275
4276
4277
# File 'gems/aws-sdk-proton/lib/aws-sdk-proton/types.rb', line 4271

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