GetAutoSnapshotsResult
public struct GetAutoSnapshotsResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An array of objects that describe the automatic snapshots that are available for the specified source instance or disk.
Declaration
Swift
public let autoSnapshots: [AutoSnapshotDetails]?
-
The name of the source instance or disk for the automatic snapshots.
Declaration
Swift
public let resourceName: String?
-
The resource type (e.g., Instance or Disk).
Declaration
Swift
public let resourceType: ResourceType?
-
Undocumented
Declaration
Swift
public init(autoSnapshots: [AutoSnapshotDetails]? = nil, resourceName: String? = nil, resourceType: ResourceType? = nil)