Class: Aws::CodeDeploy::Types::ListGitHubAccountTokenNamesInput

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

Overview

Represents the input of a ListGitHubAccountTokenNames operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

An identifier returned from the previous ListGitHubAccountTokenNames call. It can be used to return the next set of names in the list.

Returns:

  • (String)


3914
3915
3916
3917
3918
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 3914

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