Class: Aws::CodeBuild::Types::DeleteSourceCredentialsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::DeleteSourceCredentialsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codebuild/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the token.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the token.
2073 2074 2075 2076 2077 |
# File 'lib/aws-sdk-codebuild/types.rb', line 2073 class DeleteSourceCredentialsInput < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |