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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codedeploy/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)


1227
1228
1229
1230
1231
# File 'gems/aws-sdk-codedeploy/lib/aws-sdk-codedeploy/types.rb', line 1227

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