Class: Aws::Route53GlobalResolver::Types::AssociateHostedZoneInput

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 associate with the Route 53 Global Resolver resource.

Returns:

  • (String)


157
158
159
160
161
162
163
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 157

class AssociateHostedZoneInput < Struct.new(
  :hosted_zone_id,
  :resource_arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Name for the private hosted zone association.

Returns:

  • (String)


157
158
159
160
161
162
163
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 157

class AssociateHostedZoneInput < Struct.new(
  :hosted_zone_id,
  :resource_arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

An Amazon Resource Name (ARN) of the Route 53 Global Resolver the private hosted zone will be associated to.

Returns:

  • (String)


157
158
159
160
161
162
163
# File 'gems/aws-sdk-route53globalresolver/lib/aws-sdk-route53globalresolver/types.rb', line 157

class AssociateHostedZoneInput < Struct.new(
  :hosted_zone_id,
  :resource_arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end