Class: Aws::HealthLake::Types::CreateFHIRDatastoreResponse

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_arnString

The data store ARN is generated during the creation of the data store and can be found in the output from the initial data store creation call.

Returns:

  • (String)


112
113
114
115
116
117
118
119
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 112

class CreateFHIRDatastoreResponse < Struct.new(
  :datastore_id,
  :datastore_arn,
  :datastore_status,
  :datastore_endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#datastore_endpointString

The AWS endpoint for the created data store.

Returns:

  • (String)


112
113
114
115
116
117
118
119
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 112

class CreateFHIRDatastoreResponse < Struct.new(
  :datastore_id,
  :datastore_arn,
  :datastore_status,
  :datastore_endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#datastore_idString

The AWS-generated data store id. This id is in the output from the initial data store creation call.

Returns:

  • (String)


112
113
114
115
116
117
118
119
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 112

class CreateFHIRDatastoreResponse < Struct.new(
  :datastore_id,
  :datastore_arn,
  :datastore_status,
  :datastore_endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#datastore_statusString

The status of the FHIR data store.

Returns:

  • (String)


112
113
114
115
116
117
118
119
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 112

class CreateFHIRDatastoreResponse < Struct.new(
  :datastore_id,
  :datastore_arn,
  :datastore_status,
  :datastore_endpoint)
  SENSITIVE = []
  include Aws::Structure
end