CreateNatGatewayResult

public struct CreateNatGatewayResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Unique, case-sensitive identifier to ensure the idempotency of the request. Only returned if a client token was provided in the request.

    Declaration

    Swift

    public let clientToken: String?
  • Information about the NAT gateway.

    Declaration

    Swift

    public let natGateway: NatGateway?
  • Undocumented

    Declaration

    Swift

    public init(clientToken: String? = nil, natGateway: NatGateway? = nil)