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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-healthlake/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 gives AWS HealthLake access permission.

Returns:

  • (String)


256
257
258
259
260
261
262
263
# File 'gems/aws-sdk-healthlake/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_endpointString

The AWS endpoint for the data store the user has requested to be deleted.

Returns:

  • (String)


256
257
258
259
260
261
262
263
# File 'gems/aws-sdk-healthlake/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_idString

The AWS-generated ID for the data store to be deleted.

Returns:

  • (String)


256
257
258
259
260
261
262
263
# File 'gems/aws-sdk-healthlake/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_statusString

The status of the data store that the user has requested to be deleted.

Returns:

  • (String)


256
257
258
259
260
261
262
263
# File 'gems/aws-sdk-healthlake/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