Class: Aws::HealthLake::Types::DatastoreFilter

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb

Overview

The filters applied to data store query.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_afterTime

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.

Returns:

  • (Time)


145
146
147
148
149
150
151
152
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 145

class DatastoreFilter < Struct.new(
  :datastore_name,
  :datastore_status,
  :created_before,
  :created_after)
  SENSITIVE = []
  include Aws::Structure
end

#created_beforeTime

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.

Returns:

  • (Time)


145
146
147
148
149
150
151
152
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 145

class DatastoreFilter < Struct.new(
  :datastore_name,
  :datastore_status,
  :created_before,
  :created_after)
  SENSITIVE = []
  include Aws::Structure
end

#datastore_nameString

Allows the user to filter data store results by name.

Returns:

  • (String)


145
146
147
148
149
150
151
152
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 145

class DatastoreFilter < Struct.new(
  :datastore_name,
  :datastore_status,
  :created_before,
  :created_after)
  SENSITIVE = []
  include Aws::Structure
end

#datastore_statusString

Allows the user to filter data store results by status.

Returns:

  • (String)


145
146
147
148
149
150
151
152
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 145

class DatastoreFilter < Struct.new(
  :datastore_name,
  :datastore_status,
  :created_before,
  :created_after)
  SENSITIVE = []
  include Aws::Structure
end