Class: Aws::CodeDeploy::Types::DeleteGitHubAccountTokenInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::DeleteGitHubAccountTokenInput
- 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
-
#token_name ⇒ String
The name of the GitHub account connection to delete.
Instance Attribute Details
#token_name ⇒ String
The name of the GitHub account connection to delete.
1227 1228 1229 1230 1231 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 1227 class DeleteGitHubAccountTokenInput < Struct.new( :token_name) SENSITIVE = [] include Aws::Structure end |