CreateVpcEndpointResult
public struct CreateVpcEndpointResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
Declaration
Swift
public let clientToken: String? -
Information about the endpoint.
Declaration
Swift
public let vpcEndpoint: VpcEndpoint? -
Undocumented
Declaration
Swift
public init(clientToken: String? = nil, vpcEndpoint: VpcEndpoint? = nil)
View on GitHub
CreateVpcEndpointResult Structure Reference