Class: Aws::ECS::Types::RepositoryCredentials
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::RepositoryCredentials
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb
Overview
The repository credentials for private registry authentication.
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.
8783 8784 8785 8786 8787 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 8783 class RepositoryCredentials < Struct.new( :credentials_parameter) SENSITIVE = [] include Aws::Structure end |