Class: Aws::ECS::Types::ExpressGatewayRepositoryCredentials
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::ExpressGatewayRepositoryCredentials
- Includes:
- Structure
- Defined in:
- 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.
6148 6149 6150 6151 6152 |
# File 'lib/aws-sdk-ecs/types.rb', line 6148 class ExpressGatewayRepositoryCredentials < Struct.new( :credentials_parameter) SENSITIVE = [] include Aws::Structure end |