Class: Aws::CodeDeploy::Types::DeleteGitHubAccountTokenInput

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

Overview

Represents the input of a DeleteGitHubAccount operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#token_nameString

The name of the GitHub account connection to delete.

Returns:

  • (String)


1252
1253
1254
1255
1256
# File 'lib/aws-sdk-codedeploy/types.rb', line 1252

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