UpdateGatewayRequest

public struct UpdateGatewayRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The updated description of the gateway.

    Declaration

    Swift

    public let description: String?
  • The ARN of the gateway to update.

    Declaration

    Swift

    public let gatewayArn: String
  • The updated name of the gateway.

    Declaration

    Swift

    public let name: String?
  • The updated software version of the gateway. The gateway automatically updates its software version during normal operation.

    Declaration

    Swift

    public let softwareVersion: String?
  • Undocumented

    Declaration

    Swift

    public init(description: String? = nil, gatewayArn: String, name: String? = nil, softwareVersion: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws