CreateEgressOnlyInternetGatewayResult
public struct CreateEgressOnlyInternetGatewayResult : 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 egress-only internet gateway.
Declaration
Swift
public let egressOnlyInternetGateway: EgressOnlyInternetGateway?
-
Undocumented
Declaration
Swift
public init(clientToken: String? = nil, egressOnlyInternetGateway: EgressOnlyInternetGateway? = nil)