Class: Aws::CodeDeploy::Types::DeleteGitHubAccountTokenOutput

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

Overview

Represents the output of a ‘DeleteGitHubAccountToken` operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#token_nameString

The name of the GitHub account connection that was deleted.

Returns:

  • (String)


1241
1242
1243
1244
1245
# File 'lib/aws-sdk-codedeploy/types.rb', line 1241

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