EndpointBatchRequest
public struct EndpointBatchRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
An array that defines the endpoints to create or update and, for each endpoint, the property values to set or change. An array can contain a maximum of 100 items.
Declaration
Swift
public let item: [EndpointBatchItem] -
Undocumented
Declaration
Swift
public init(item: [EndpointBatchItem])
View on GitHub
EndpointBatchRequest Structure Reference