EnableFastSnapshotRestoresRequest
public struct EnableFastSnapshotRestoresRequest : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  One or more Availability Zones. For example, us-east-2a. DeclarationSwift public let availabilityZones: [String]
- 
                  
                  Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation. DeclarationSwift public let dryRun: Bool?
- 
                  
                  The IDs of one or more snapshots. For example, snap-1234567890abcdef0. You can specify a snapshot that was shared with you from another AWS account. DeclarationSwift public let sourceSnapshotIds: [String]
- 
                  
                  Undocumented DeclarationSwift public init(availabilityZones: [String], dryRun: Bool? = nil, sourceSnapshotIds: [String])
 View on GitHub
View on GitHub EnableFastSnapshotRestoresRequest Structure Reference
        EnableFastSnapshotRestoresRequest Structure Reference