DescribeDatastoreRequest
public struct DescribeDatastoreRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the data store
Declaration
Swift
public let datastoreName: String
-
If true, additional statistical information about the data store is included in the response. This feature cannot be used with a data store whose S3 storage is customer-managed.
Declaration
Swift
public let includeStatistics: Bool?
-
Undocumented
Declaration
Swift
public init(datastoreName: String, includeStatistics: Bool? = nil)
-
Declaration
Swift
public func validate(name: String) throws