Class: Aws::HealthLake::Types::CreateFHIRDatastoreResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::CreateFHIRDatastoreResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-healthlake/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#datastore_arn ⇒ String
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.
-
#datastore_endpoint ⇒ String
The AWS endpoint for the created data store.
-
#datastore_id ⇒ String
The AWS-generated data store id.
-
#datastore_status ⇒ String
The status of the FHIR data store.
Instance Attribute Details
#datastore_arn ⇒ String
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.
112 113 114 115 116 117 118 119 |
# File '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_endpoint ⇒ String
The AWS endpoint for the created data store.
112 113 114 115 116 117 118 119 |
# File '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_id ⇒ String
The AWS-generated data store id. This id is in the output from the initial data store creation call.
112 113 114 115 116 117 118 119 |
# File '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_status ⇒ String
The status of the FHIR data store.
112 113 114 115 116 117 118 119 |
# File '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 |