Class: Aws::ECS::Types::ExpressGatewayRepositoryCredentials

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

Overview

The repository credentials for private registry authentication to pass to the container.

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)


6040
6041
6042
6043
6044
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 6040

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