class Aws::HealthLake::Types::DatastoreFilter
The filters applied to Data Store query.
@note When making an API call, you may pass DatastoreFilter
data as a hash: { datastore_name: "DatastoreName", datastore_status: "CREATING", # accepts CREATING, ACTIVE, DELETING, DELETED created_before: Time.now, created_after: Time.now, }
@!attribute [rw] datastore_name
Allows the user to filter Data Store results by name. @return [String]
@!attribute [rw] datastore_status
Allows the user to filter Data Store results by status. @return [String]
@!attribute [rw] created_before
A filter that allows the user to set cutoff dates for records. All Data Stores created before the specified date will be included in the results. @return [Time]
@!attribute [rw] created_after
A filter that allows the user to set cutoff dates for records. All Data Stores created after the specified date will be included in the results. @return [Time]
@see docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/DatastoreFilter AWS API Documentation
Constants
- SENSITIVE