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 a data store query.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_afterTime

Filter to set cutoff dates for records. All data stores created after the specified date are included in the results.

Returns:

  • (Time)


138
139
140
141
142
143
144
145
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 138

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

#created_beforeTime

Filter to set cutoff dates for records. All data stores created before the specified date are included in the results.

Returns:

  • (Time)


138
139
140
141
142
143
144
145
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 138

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

#datastore_nameString

Filter data store results by name.

Returns:

  • (String)


138
139
140
141
142
143
144
145
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 138

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

#datastore_statusString

Filter data store results by status.

Returns:

  • (String)


138
139
140
141
142
143
144
145
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 138

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