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.
2792 2793 2794 2795 2796 |
# File 'lib/aws-sdk-codebuild/types.rb', line 2792 class ImportSourceCredentialsOutput < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |