Class: Aws::Batch::Types::RepositoryCredentials

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-batch/types.rb

Overview

The repository credentials for private registry authentication.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#credentials_parameterString

The Amazon Resource Name (ARN) of the secret containing the private repository credentials.

Returns:

  • (String)


6489
6490
6491
6492
6493
# File 'lib/aws-sdk-batch/types.rb', line 6489

class RepositoryCredentials < Struct.new(
  :credentials_parameter)
  SENSITIVE = []
  include Aws::Structure
end