Class: Aws::HealthLake::Types::ListFHIRDatastoresRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filterTypes::DatastoreFilter

Lists all filters associated with a FHIR data store request.



687
688
689
690
691
692
693
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 687

class ListFHIRDatastoresRequest < Struct.new(
  :filter,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of data stores returned in a single page of a ListFHIRDatastoresRequest call.

Returns:

  • (Integer)


687
688
689
690
691
692
693
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 687

class ListFHIRDatastoresRequest < Struct.new(
  :filter,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Fetches the next page of data stores when results are paginated.

Returns:

  • (String)


687
688
689
690
691
692
693
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 687

class ListFHIRDatastoresRequest < Struct.new(
  :filter,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end