Class: Aws::ECS::Types::ExpressGatewayRepositoryCredentials
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::ExpressGatewayRepositoryCredentials
- 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
-
#credentials_parameter ⇒ String
The Amazon Resource Name (ARN) of the secret containing the private repository credentials.
Instance Attribute Details
#credentials_parameter ⇒ String
The Amazon Resource Name (ARN) of the secret containing the private repository credentials.
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 |