Class: Aws::Types::ListGitHubAccountTokenNamesOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1025
1026
1027
# File 'sig/types.rbs', line 1025

def next_token
  @next_token
end

#token_name_list::Array[::String]

Returns the value of attribute token_name_list.

Returns:

  • (::Array[::String])


1024
1025
1026
# File 'sig/types.rbs', line 1024

def token_name_list
  @token_name_list
end