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 Amazon HealthLake access permission.

Returns:

  • (String)


242
243
244
245
246
247
248
249
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 242

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)


242
243
244
245
246
247
248
249
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 242

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)


242
243
244
245
246
247
248
249
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 242

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)


242
243
244
245
246
247
248
249
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 242

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