class Aws::HealthLake::Types::ListFHIRDatastoresRequest

@note When making an API call, you may pass ListFHIRDatastoresRequest

data as a hash:

    {
      filter: {
        datastore_name: "DatastoreName",
        datastore_status: "CREATING", # accepts CREATING, ACTIVE, DELETING, DELETED
        created_before: Time.now,
        created_after: Time.now,
      },
      next_token: "NextToken",
      max_results: 1,
    }

@!attribute [rw] filter

Lists all filters associated with a FHIR Data Store request.
@return [Types::DatastoreFilter]

@!attribute [rw] next_token

Fetches the next page of Data Stores when results are paginated.
@return [String]

@!attribute [rw] max_results

The maximum number of Data Stores returned in a single page of a
ListFHIRDatastoresRequest call.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/healthlake-2017-07-01/ListFHIRDatastoresRequest AWS API Documentation

Constants

SENSITIVE