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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#credentials_parameterString

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

Returns:

  • (String)


6441
6442
6443
6444
6445
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 6441

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