CreateInstancesResult

public struct CreateInstancesResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An array of objects that describe the result of the action, such as the status of the request, the timestamp of the request, and the resources affected by the request.

    Declaration

    Swift

    public let operations: [Operation]?
  • Undocumented

    Declaration

    Swift

    public init(operations: [Operation]? = nil)