Class: Aws::Route53::Types::AssociateVPCWithHostedZoneRequest

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

Overview

A complex type that contains information about the request to associate a VPC with a private hosted zone.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#commentString

Optional: A comment about the association request.

Returns:

  • (String)


553
554
555
556
557
558
559
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 553

class AssociateVPCWithHostedZoneRequest < Struct.new(
  :hosted_zone_id,
  :vpc,
  :comment)
  SENSITIVE = []
  include Aws::Structure
end

#hosted_zone_idString

The ID of the private hosted zone that you want to associate an Amazon VPC with.

Note that you can't associate a VPC with a hosted zone that doesn't have an existing VPC association.

Returns:

  • (String)


553
554
555
556
557
558
559
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 553

class AssociateVPCWithHostedZoneRequest < Struct.new(
  :hosted_zone_id,
  :vpc,
  :comment)
  SENSITIVE = []
  include Aws::Structure
end

#vpcTypes::VPC

A complex type that contains information about the VPC that you want to associate with a private hosted zone.

Returns:



553
554
555
556
557
558
559
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 553

class AssociateVPCWithHostedZoneRequest < Struct.new(
  :hosted_zone_id,
  :vpc,
  :comment)
  SENSITIVE = []
  include Aws::Structure
end