InstanceIdentity

public struct InstanceIdentity : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A JSON document that contains the metadata.

    Declaration

    Swift

    public let document: String?
  • A signature that can be used to verify the document’s accuracy and authenticity.

    Declaration

    Swift

    public let signature: String?
  • Undocumented

    Declaration

    Swift

    public init(document: String? = nil, signature: String? = nil)