Class: Aws::HealthLake::Types::DeleteFHIRDatastoreResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-healthlake/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#datastore_arnString

The Amazon Resource Name (ARN) that grants access permission to AWS HealthLake.

Returns:

  • (String)


245
246
247
248
249
250
251
252
# File 'lib/aws-sdk-healthlake/types.rb', line 245

class DeleteFHIRDatastoreResponse < Struct.new(
  :datastore_id,
  :datastore_arn,
  :datastore_status,
  :datastore_endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#datastore_endpointString

The AWS endpoint of the data store to be deleted.

Returns:

  • (String)


245
246
247
248
249
250
251
252
# File 'lib/aws-sdk-healthlake/types.rb', line 245

class DeleteFHIRDatastoreResponse < Struct.new(
  :datastore_id,
  :datastore_arn,
  :datastore_status,
  :datastore_endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#datastore_idString

The AWS-generated ID for the deleted data store.

Returns:

  • (String)


245
246
247
248
249
250
251
252
# File 'lib/aws-sdk-healthlake/types.rb', line 245

class DeleteFHIRDatastoreResponse < Struct.new(
  :datastore_id,
  :datastore_arn,
  :datastore_status,
  :datastore_endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#datastore_statusString

The data store status.

Returns:

  • (String)


245
246
247
248
249
250
251
252
# File 'lib/aws-sdk-healthlake/types.rb', line 245

class DeleteFHIRDatastoreResponse < Struct.new(
  :datastore_id,
  :datastore_arn,
  :datastore_status,
  :datastore_endpoint)
  SENSITIVE = []
  include Aws::Structure
end