Class: Aws::HealthLake::Types::DeleteFHIRDatastoreResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::DeleteFHIRDatastoreResponse
- 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) that gives AWS HealthLake access permission.
-
#datastore_endpoint ⇒ String
The AWS endpoint for the data store the user has requested to be deleted.
-
#datastore_id ⇒ String
The AWS-generated ID for the data store to be deleted.
-
#datastore_status ⇒ String
The status of the data store that the user has requested to be deleted.
Instance Attribute Details
#datastore_arn ⇒ String
The Amazon Resource Name (ARN) that gives AWS HealthLake access permission.
256 257 258 259 260 261 262 263 |
# File 'lib/aws-sdk-healthlake/types.rb', line 256 class DeleteFHIRDatastoreResponse < Struct.new( :datastore_id, :datastore_arn, :datastore_status, :datastore_endpoint) SENSITIVE = [] include Aws::Structure end |
#datastore_endpoint ⇒ String
The AWS endpoint for the data store the user has requested to be deleted.
256 257 258 259 260 261 262 263 |
# File 'lib/aws-sdk-healthlake/types.rb', line 256 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 data store to be deleted.
256 257 258 259 260 261 262 263 |
# File 'lib/aws-sdk-healthlake/types.rb', line 256 class DeleteFHIRDatastoreResponse < Struct.new( :datastore_id, :datastore_arn, :datastore_status, :datastore_endpoint) SENSITIVE = [] include Aws::Structure end |
#datastore_status ⇒ String
The status of the data store that the user has requested to be deleted.
256 257 258 259 260 261 262 263 |
# File 'lib/aws-sdk-healthlake/types.rb', line 256 class DeleteFHIRDatastoreResponse < Struct.new( :datastore_id, :datastore_arn, :datastore_status, :datastore_endpoint) SENSITIVE = [] include Aws::Structure end |