Class: Aws::ECR::Types::DeleteSigningConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::DeleteSigningConfigurationResponse
- 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 deleted signing configuration.
Instance Attribute Details
#registry_id ⇒ String
The Amazon Web Services account ID associated with the registry.
1028 1029 1030 1031 1032 1033 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1028 class DeleteSigningConfigurationResponse < Struct.new( :registry_id, :signing_configuration) SENSITIVE = [] include Aws::Structure end |
#signing_configuration ⇒ Types::SigningConfiguration
The registry's deleted signing configuration.
1028 1029 1030 1031 1032 1033 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 1028 class DeleteSigningConfigurationResponse < Struct.new( :registry_id, :signing_configuration) SENSITIVE = [] include Aws::Structure end |