Class: Aws::Types::ListGitHubAccountTokenNamesOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListGitHubAccountTokenNamesOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#token_name_list ⇒ ::Array[::String]
Returns the value of attribute token_name_list.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
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.
1024 1025 1026 |
# File 'sig/types.rbs', line 1024 def token_name_list @token_name_list end |