Class: Aws::HealthLake::Types::ListFHIRDatastoresResponse

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

#datastore_properties_listArray<Types::DatastoreProperties>

All properties associated with the listed data stores.

Returns:



681
682
683
684
685
686
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 681

class ListFHIRDatastoresResponse < Struct.new(
  :datastore_properties_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Pagination token that can be used to retrieve the next page of results.

Returns:

  • (String)


681
682
683
684
685
686
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 681

class ListFHIRDatastoresResponse < Struct.new(
  :datastore_properties_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end