Class: Aws::HealthLake::Types::DeleteFHIRDatastoreResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::DeleteFHIRDatastoreResponse
- Defined in:
- gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#datastore_arn ⇒ String
The Amazon Resource Name (ARN) that grants access permission to AWS HealthLake.
-
#datastore_endpoint ⇒ String
The AWS endpoint of the data store to be deleted.
-
#datastore_id ⇒ String
The AWS-generated ID for the deleted data store.
-
#datastore_status ⇒ String
The data store status.
Instance Attribute Details
#datastore_arn ⇒ String
The Amazon Resource Name (ARN) that grants access permission to AWS HealthLake.
671 672 673 674 675 676 677 678 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 671 class DeleteFHIRDatastoreResponse < Struct.new( :datastore_id, :datastore_arn, :datastore_status, :datastore_endpoint) SENSITIVE = [] include Aws::Structure end |
#datastore_endpoint ⇒ String
The AWS endpoint of the data store to be deleted.
671 672 673 674 675 676 677 678 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 671 class DeleteFHIRDatastoreResponse < Struct.new( :datastore_id, :datastore_arn, :datastore_status, :datastore_endpoint) SENSITIVE = [] include Aws::Structure end |
#datastore_id ⇒ String
The AWS-generated ID for the deleted data store.
671 672 673 674 675 676 677 678 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 671 class DeleteFHIRDatastoreResponse < Struct.new( :datastore_id, :datastore_arn, :datastore_status, :datastore_endpoint) SENSITIVE = [] include Aws::Structure end |
#datastore_status ⇒ String
The data store status.
671 672 673 674 675 676 677 678 |
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 671 class DeleteFHIRDatastoreResponse < Struct.new( :datastore_id, :datastore_arn, :datastore_status, :datastore_endpoint) SENSITIVE = [] include Aws::Structure end |