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 Amazon Resource Name (ARN) for the data store.
-
#datastore_endpoint ⇒ String
The AWS endpoint created for the data store.
-
#datastore_id ⇒ String
The data store identifier.
-
#datastore_status ⇒ String
The data store status.
Instance Attribute Details
#datastore_arn ⇒ String
The Amazon Resource Name (ARN) for the data store.
107 108 109 110 111 112 113 114 |
# File 'lib/aws-sdk-healthlake/types.rb', line 107 class CreateFHIRDatastoreResponse < Struct.new( :datastore_id, :datastore_arn, :datastore_status, :datastore_endpoint) SENSITIVE = [] include Aws::Structure end |
#datastore_endpoint ⇒ String
The AWS endpoint created for the data store.
107 108 109 110 111 112 113 114 |
# File 'lib/aws-sdk-healthlake/types.rb', line 107 class CreateFHIRDatastoreResponse < Struct.new( :datastore_id, :datastore_arn, :datastore_status, :datastore_endpoint) SENSITIVE = [] include Aws::Structure end |
#datastore_id ⇒ String
The data store identifier.
107 108 109 110 111 112 113 114 |
# File 'lib/aws-sdk-healthlake/types.rb', line 107 class CreateFHIRDatastoreResponse < Struct.new( :datastore_id, :datastore_arn, :datastore_status, :datastore_endpoint) SENSITIVE = [] include Aws::Structure end |
#datastore_status ⇒ String
The data store status.
107 108 109 110 111 112 113 114 |
# File 'lib/aws-sdk-healthlake/types.rb', line 107 class CreateFHIRDatastoreResponse < Struct.new( :datastore_id, :datastore_arn, :datastore_status, :datastore_endpoint) SENSITIVE = [] include Aws::Structure end |