Class: Aws::HealthLake::Types::RestoreFHIRDatastoreResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::RestoreFHIRDatastoreResponse
- 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 restored data store.
-
#datastore_endpoint ⇒ String
The AWS endpoint for the restored data store.
-
#datastore_id ⇒ String
The restored data store identifier.
-
#datastore_status ⇒ String
The restored data store status.
Instance Attribute Details
#datastore_arn ⇒ String
The Amazon Resource Name (ARN) for the restored data store.
2024 2025 2026 2027 2028 2029 2030 2031 |
# File 'lib/aws-sdk-healthlake/types.rb', line 2024 class RestoreFHIRDatastoreResponse < Struct.new( :datastore_id, :datastore_arn, :datastore_status, :datastore_endpoint) SENSITIVE = [] include Aws::Structure end |
#datastore_endpoint ⇒ String
The AWS endpoint for the restored data store.
2024 2025 2026 2027 2028 2029 2030 2031 |
# File 'lib/aws-sdk-healthlake/types.rb', line 2024 class RestoreFHIRDatastoreResponse < Struct.new( :datastore_id, :datastore_arn, :datastore_status, :datastore_endpoint) SENSITIVE = [] include Aws::Structure end |
#datastore_id ⇒ String
The restored data store identifier.
2024 2025 2026 2027 2028 2029 2030 2031 |
# File 'lib/aws-sdk-healthlake/types.rb', line 2024 class RestoreFHIRDatastoreResponse < Struct.new( :datastore_id, :datastore_arn, :datastore_status, :datastore_endpoint) SENSITIVE = [] include Aws::Structure end |
#datastore_status ⇒ String
The restored data store status.
2024 2025 2026 2027 2028 2029 2030 2031 |
# File 'lib/aws-sdk-healthlake/types.rb', line 2024 class RestoreFHIRDatastoreResponse < Struct.new( :datastore_id, :datastore_arn, :datastore_status, :datastore_endpoint) SENSITIVE = [] include Aws::Structure end |