CreateGatewayGroupRequest

public struct CreateGatewayGroupRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A unique, user-specified identifier for the request that ensures idempotency.

    Declaration

    Swift

    public let clientRequestToken: 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(clientRequestToken: String = CreateGatewayGroupRequest.idempotencyToken(), description: String? = nil, name: String)
  • Declaration

    Swift

    public func validate(name: String) throws