UpdateGatewayGroupRequest
public struct UpdateGatewayGroupRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The updated description of the gateway group.
Declaration
Swift
public let description: String?
-
The ARN of the gateway group to update.
Declaration
Swift
public let gatewayGroupArn: String
-
The updated name of the gateway group.
Declaration
Swift
public let name: String?
-
Undocumented
Declaration
Swift
public init(description: String? = nil, gatewayGroupArn: String, name: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws