Class: Aws::CodeBuild::Types::ImportSourceCredentialsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeBuild::Types::ImportSourceCredentialsOutput
- 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.
3045 3046 3047 3048 3049 |
# File 'lib/aws-sdk-codebuild/types.rb', line 3045 class ImportSourceCredentialsOutput < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |