IsVpcPeeredResult
public struct IsVpcPeeredResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Returns true if the Lightsail VPC is peered; otherwise, false.
Declaration
Swift
public let isPeered: Bool? -
Undocumented
Declaration
Swift
public init(isPeered: Bool? = nil)
View on GitHub
IsVpcPeeredResult Structure Reference