Class: Aws::CodeDeploy::Types::ListGitHubAccountTokenNamesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::ListGitHubAccountTokenNamesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codedeploy/types.rb
Overview
Represents the input of a ‘ListGitHubAccountTokenNames` operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
An identifier returned from the previous ‘ListGitHubAccountTokenNames` call.
Instance Attribute Details
#next_token ⇒ String
An identifier returned from the previous ‘ListGitHubAccountTokenNames` call. It can be used to return the next set of names in the list.
3914 3915 3916 3917 3918 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 3914 class ListGitHubAccountTokenNamesInput < Struct.new( :next_token) SENSITIVE = [] include Aws::Structure end |