Class: Aws::ECR::Types::GetSigningConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::GetSigningConfigurationResponse
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#registry_id ⇒ String
The Amazon Web Services account ID associated with the registry.
-
#signing_configuration ⇒ Types::SigningConfiguration
The registry's signing configuration.
Instance Attribute Details
#registry_id ⇒ String
The Amazon Web Services account ID associated with the registry.
2195 2196 2197 2198 2199 2200 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2195 class GetSigningConfigurationResponse < Struct.new( :registry_id, :signing_configuration) SENSITIVE = [] include Aws::Structure end |
#signing_configuration ⇒ Types::SigningConfiguration
The registry's signing configuration.
2195 2196 2197 2198 2199 2200 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2195 class GetSigningConfigurationResponse < Struct.new( :registry_id, :signing_configuration) SENSITIVE = [] include Aws::Structure end |