OpsEntity

public struct OpsEntity : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The data returned by the query.

    Declaration

    Swift

    public let data: [String : OpsEntityItem]?
  • id

    The query ID.

    Declaration

    Swift

    public let id: String?
  • Undocumented

    Declaration

    Swift

    public init(data: [String : OpsEntityItem]? = nil, id: String? = nil)