DescribeDatastoreResponse
public struct DescribeDatastoreResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about the data store.
Declaration
Swift
public let datastore: Datastore?
-
Additional statistical information about the data store. Included if the ‘includeStatistics’ parameter is set to true in the request.
Declaration
Swift
public let statistics: DatastoreStatistics?
-
Undocumented
Declaration
Swift
public init(datastore: Datastore? = nil, statistics: DatastoreStatistics? = nil)