GatewayGroupSummary

public struct GatewayGroupSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The ARN of the gateway group.

    Declaration

    Swift

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

    Declaration

    Swift

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

    Declaration

    Swift

    public let name: String?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, description: String? = nil, name: String? = nil)