Class: Aws::ECS::Types::RepositoryCredentials

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

Overview

Note:

When making an API call, you may pass RepositoryCredentials data as a hash:

{
  credentials_parameter: "String", # required
}

The repository credentials for private registry authentication.

Instance Attribute Summary collapse

Instance Attribute Details

#credentials_parameterString

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

Returns:

  • (String)


4281
4282
4283
4284
# File 'lib/aws-sdk-ecs/types.rb', line 4281

class RepositoryCredentials < Struct.new(
  :credentials_parameter)
  include Aws::Structure
end