Class: Aws::Batch::Types::RepositoryCredentials
- Inherits:
-
Struct
- Object
- Struct
- Aws::Batch::Types::RepositoryCredentials
- Defined in:
- gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb
Overview
The repository credentials for private registry authentication.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#credentials_parameter ⇒ String
The Amazon Resource Name (ARN) of the secret containing the private repository credentials.
Instance Attribute Details
#credentials_parameter ⇒ String
The Amazon Resource Name (ARN) of the secret containing the private repository credentials.
6468 6469 6470 6471 6472 |
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 6468 class RepositoryCredentials < Struct.new( :credentials_parameter) SENSITIVE = [] include Aws::Structure end |