Class: Aws::Route53GlobalResolver::Types::DisassociateHostedZoneInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53GlobalResolver::Types::DisassociateHostedZoneInput
- Defined in:
- gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hosted_zone_id ⇒ String
The ID of the Route 53 private hosted zone to disassociate.
-
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the Route 53 Global Resolver resource to disassociate the hosted zone from.
Instance Attribute Details
#hosted_zone_id ⇒ String
The ID of the Route 53 private hosted zone to disassociate.
2174 2175 2176 2177 2178 2179 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2174 class DisassociateHostedZoneInput < Struct.new( :hosted_zone_id, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon Resource Name (ARN) of the Route 53 Global Resolver resource to disassociate the hosted zone from.
2174 2175 2176 2177 2178 2179 |
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 2174 class DisassociateHostedZoneInput < Struct.new( :hosted_zone_id, :resource_arn) SENSITIVE = [] include Aws::Structure end |