Class: Aws::CodeBuild::Types::DeleteSourceCredentialsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::DeleteSourceCredentialsOutput
- Defined in:
- gems/aws-sdk-codebuild/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.
2233 2234 2235 2236 2237 |
# File 'gems/aws-sdk-codebuild/lib/aws-sdk-codebuild/types.rb', line 2233 class DeleteSourceCredentialsOutput < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |