Class: Aws::CodeDeploy::Types::DeleteGitHubAccountTokenOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeDeploy::Types::DeleteGitHubAccountTokenOutput
- 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
-
#token_name ⇒ String
The name of the GitHub account connection that was deleted.
Instance Attribute Details
#token_name ⇒ String
The name of the GitHub account connection that was deleted.
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 |