GatewaySummary

public struct GatewaySummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The ARN of the gateway.

    Declaration

    Swift

    public let arn: String?
  • The description of the gateway.

    Declaration

    Swift

    public let description: String?
  • The ARN of the gateway group that the gateway is associated to.

    Declaration

    Swift

    public let gatewayGroupArn: String?
  • The name of the gateway.

    Declaration

    Swift

    public let name: String?
  • The 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(arn: String? = nil, description: String? = nil, gatewayGroupArn: String? = nil, name: String? = nil, softwareVersion: String? = nil)