Class: Aws::Route53GlobalResolver::Types::ListAccessTokensOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53GlobalResolver::Types::ListAccessTokensOutput
- Defined in:
- gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_tokens ⇒ Array<Types::AccessTokenItem>
List of the tokens.
-
#next_token ⇒ String
A pagination token used for large sets of results that can't be returned in a single response.
Instance Attribute Details
#access_tokens ⇒ Array<Types::AccessTokenItem>
List of the tokens.
3399 3400 3401 3402 3403 3404 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3399 class ListAccessTokensOutput < Struct.new( :next_token, :access_tokens) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token used for large sets of results that can't be returned in a single response. Provide this token in the next call to get the results not returned in this call.
3399 3400 3401 3402 3403 3404 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 3399 class ListAccessTokensOutput < Struct.new( :next_token, :access_tokens) SENSITIVE = [] include Aws::Structure end |