UpdateGatewayInformationOutput

public struct UpdateGatewayInformationOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Undocumented

    Declaration

    Swift

    public let gatewayARN: String?
  • The name you configured for your gateway.

    Declaration

    Swift

    public let gatewayName: String?
  • Undocumented

    Declaration

    Swift

    public init(gatewayARN: String? = nil, gatewayName: String? = nil)