PackageDetails
public struct PackageDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Timestamp which tells creation date of the package.
Declaration
Swift
public let createdAt: TimeStamp?
-
Additional information if the package is in an error state. Null otherwise.
Declaration
Swift
public let errorDetails: ErrorDetails?
-
User-specified description of the package.
Declaration
Swift
public let packageDescription: String?
-
Internal ID of the package.
Declaration
Swift
public let packageID: String?
-
User specified name of the package.
Declaration
Swift
public let packageName: String?
-
Current state of the package. Values are COPYING/COPY_FAILED/AVAILABLE/DELETING/DELETE_FAILED
Declaration
Swift
public let packageStatus: PackageStatus?
-
Currently supports only TXT-DICTIONARY.
Declaration
Swift
public let packageType: PackageType?
-
Undocumented
Declaration
Swift
public init(createdAt: TimeStamp? = nil, errorDetails: ErrorDetails? = nil, packageDescription: String? = nil, packageID: String? = nil, packageName: String? = nil, packageStatus: PackageStatus? = nil, packageType: PackageType? = nil)