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)


6358
6359
6360
6361
6362
# File 'gems/aws-sdk-batch/lib/aws-sdk-batch/types.rb', line 6358

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