DatastoreSummary
public struct DatastoreSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
When the data store was created.
Declaration
Swift
public let creationTime: TimeStamp? -
The name of the data store.
Declaration
Swift
public let datastoreName: String? -
Where data store data is stored.
Declaration
Swift
public let datastoreStorage: DatastoreStorageSummary? -
The last time the data store was updated.
Declaration
Swift
public let lastUpdateTime: TimeStamp? -
The status of the data store.
Declaration
Swift
public let status: DatastoreStatus? -
Undocumented
Declaration
Swift
public init(creationTime: TimeStamp? = nil, datastoreName: String? = nil, datastoreStorage: DatastoreStorageSummary? = nil, lastUpdateTime: TimeStamp? = nil, status: DatastoreStatus? = nil)
View on GitHub
DatastoreSummary Structure Reference