Class: Aws::CloudDirectory::Types::ListTagsForResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The MaxResults parameter sets the maximum number of results returned in a single page. This is for future use and is not supported currently.

Returns:

  • (Integer)


4310
4311
4312
4313
4314
4315
4316
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4310

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

#next_tokenString

The pagination token. This is for future use. Currently pagination is not supported for tagging.

Returns:

  • (String)


4310
4311
4312
4313
4314
4315
4316
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4310

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

#resource_arnString

The Amazon Resource Name (ARN) of the resource. Tagging is only supported for directories.

Returns:

  • (String)


4310
4311
4312
4313
4314
4315
4316
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 4310

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