GetInstanceSnapshotResult
public struct GetInstanceSnapshotResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An array of key-value pairs containing information about the results of your get instance snapshot request.
Declaration
Swift
public let instanceSnapshot: InstanceSnapshot?
-
Undocumented
Declaration
Swift
public init(instanceSnapshot: InstanceSnapshot? = nil)