Class: Aws::CodeCatalyst::Types::ListAccessTokensResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::AccessTokenSummary>

A list of personal access tokens (PATs) associated with the calling user identity.

Returns:



1631
1632
1633
1634
1635
1636
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1631

class ListAccessTokensResponse < Struct.new(
  :items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token returned from a call to this API to indicate the next batch of results to return, if any.

Returns:

  • (String)


1631
1632
1633
1634
1635
1636
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 1631

class ListAccessTokensResponse < Struct.new(
  :items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end