ProtectedResource
public struct ProtectedResource : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The date and time a resource was last backed up, in Unix format and Coordinated Universal Time (UTC). The value of LastBackupTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
Declaration
Swift
public let lastBackupTime: TimeStamp?
-
An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.
Declaration
Swift
public let resourceArn: String?
-
The type of AWS resource; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
Declaration
Swift
public let resourceType: String?
-
Undocumented
Declaration
Swift
public init(lastBackupTime: TimeStamp? = nil, resourceArn: String? = nil, resourceType: String? = nil)