Class: Aws::Route53Resolver::Types::UpdateResolverDnssecConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53Resolver::Types::UpdateResolverDnssecConfigRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-route53resolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_id ⇒ String
The ID of the virtual private cloud (VPC) that you’re updating the DNSSEC validation status for.
-
#validation ⇒ String
The new value that you are specifying for DNSSEC validation for the VPC.
Instance Attribute Details
#resource_id ⇒ String
The ID of the virtual private cloud (VPC) that you’re updating the DNSSEC validation status for.
5360 5361 5362 5363 5364 5365 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 5360 class UpdateResolverDnssecConfigRequest < Struct.new( :resource_id, :validation) SENSITIVE = [] include Aws::Structure end |
#validation ⇒ String
The new value that you are specifying for DNSSEC validation for the VPC. The value can be ‘ENABLE` or `DISABLE`. Be aware that it can take time for a validation status change to be completed.
5360 5361 5362 5363 5364 5365 |
# File 'lib/aws-sdk-route53resolver/types.rb', line 5360 class UpdateResolverDnssecConfigRequest < Struct.new( :resource_id, :validation) SENSITIVE = [] include Aws::Structure end |