Class: Aws::DAX::Types::ListTagsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DAX::Types::ListTagsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dax/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
An optional token returned from a prior request.
-
#resource_name ⇒ String
The name of the DAX resource to which the tags belong.
Instance Attribute Details
#next_token ⇒ String
An optional token returned from a prior request. Use this token for pagination of results from this action. If this parameter is specified, the response includes only results beyond the token.
1005 1006 1007 1008 1009 1010 |
# File 'lib/aws-sdk-dax/types.rb', line 1005 class ListTagsRequest < Struct.new( :resource_name, :next_token) SENSITIVE = [] include Aws::Structure end |
#resource_name ⇒ String
The name of the DAX resource to which the tags belong.
1005 1006 1007 1008 1009 1010 |
# File 'lib/aws-sdk-dax/types.rb', line 1005 class ListTagsRequest < Struct.new( :resource_name, :next_token) SENSITIVE = [] include Aws::Structure end |