Class: Aws::Route53GlobalResolver::Types::ListAccessTokensOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_tokensArray<Types::AccessTokenItem>

List of the tokens.

Returns:



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_tokenString

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.

Returns:

  • (String)


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