InstanceIdentity
public struct InstanceIdentity : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A description of an EC2 instance that is generated when the instance is launched and exposed to the instance via the instance metadata service in the form of a JSON representation of an object.
Declaration
Swift
public let document: String?
-
A signature which can be used to verify the accuracy and authenticity of the information provided in the instance identity document.
Declaration
Swift
public let signature: String?
-
Undocumented
Declaration
Swift
public init(document: String? = nil, signature: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws