Class: Aws::FSx::Types::ListTagsForResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::ListTagsForResourceRequest
- Defined in:
- gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb
Overview
The request object for ListTagsForResource
operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Maximum number of tags to return in the response (integer).
-
#next_token ⇒ String
Opaque pagination token returned from a previous
ListTagsForResource
operation (String). -
#resource_arn ⇒ String
The ARN of the Amazon FSx resource that will have its tags listed.
Instance Attribute Details
#max_results ⇒ Integer
Maximum number of tags to return in the response (integer). This
parameter value must be greater than 0. The number of items that
Amazon FSx returns is the minimum of the MaxResults
parameter
specified in the request and the service's internal maximum number
of items per page.
6467 6468 6469 6470 6471 6472 6473 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 6467 class ListTagsForResourceRequest < Struct.new( :resource_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Opaque pagination token returned from a previous
ListTagsForResource
operation (String). If a token present, the
action continues the list from where the returning call left off.
6467 6468 6469 6470 6471 6472 6473 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 6467 class ListTagsForResourceRequest < Struct.new( :resource_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The ARN of the Amazon FSx resource that will have its tags listed.
6467 6468 6469 6470 6471 6472 6473 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 6467 class ListTagsForResourceRequest < Struct.new( :resource_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |