DescribeProtectedResourceOutput
public struct DescribeProtectedResourceOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The date and time that 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 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 saved as a recovery point; for example, an EBS volume or an Amazon RDS database.
Declaration
Swift
public let resourceType: String?
-
Undocumented
Declaration
Swift
public init(lastBackupTime: TimeStamp? = nil, resourceArn: String? = nil, resourceType: String? = nil)