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.
1236 1237 1238 1239 1240 |
# File 'lib/aws-sdk-codedeploy/types.rb', line 1236 class DeleteGitHubAccountTokenInput < Struct.new( :token_name) SENSITIVE = [] include Aws::Structure end |