Class: Aws::Route53::Types::DeleteVPCAssociationAuthorizationRequest

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 remove authorization to associate a VPC that was created by one Amazon Web Services account with a hosted zone that was created with a different Amazon Web Services account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hosted_zone_idString

When removing authorization to associate a VPC that was created by one Amazon Web Services account with a hosted zone that was created with a different Amazon Web Services account, the ID of the hosted zone.

Returns:

  • (String)


2194
2195
2196
2197
2198
2199
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 2194

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

#vpcTypes::VPC

When removing authorization to associate a VPC that was created by one Amazon Web Services account with a hosted zone that was created with a different Amazon Web Services account, a complex type that includes the ID and region of the VPC.

Returns:



2194
2195
2196
2197
2198
2199
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 2194

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