DeleteVPCAssociationAuthorizationRequest class

A complex type that contains information about the request to remove authorization to associate a VPC that was created by one AWS account with a hosted zone that was created with a different AWS account.

Constructors

DeleteVPCAssociationAuthorizationRequest({required String hostedZoneId, required VPC vpc})

Properties

hashCode int
The hash code for this object.
no setterinherited
hostedZoneId String
When removing authorization to associate a VPC that was created by one AWS account with a hosted zone that was created with a different AWS account, the ID of the hosted zone.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vpc VPC
When removing authorization to associate a VPC that was created by one AWS account with a hosted zone that was created with a different AWS account, a complex type that includes the ID and region of the VPC.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
toXml(String elemName, {List<XmlAttribute>? attributes}) → XmlElement

Operators

operator ==(Object other) bool
The equality operator.
inherited