Class: Aws::Route53GlobalResolver::Types::DisassociateHostedZoneInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hosted_zone_idString

The ID of the Route 53 private hosted zone to disassociate.

Returns:

  • (String)


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_arnString

The Amazon Resource Name (ARN) of the Route 53 Global Resolver resource to disassociate the hosted zone from.

Returns:

  • (String)


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