Class: Aws::HealthLake::Types::CreateFHIRDatastoreResponse

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) for the data store.

Returns:

  • (String)


121
122
123
124
125
126
127
128
# File 'lib/aws-sdk-healthlake/types.rb', line 121

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

#datastore_endpointString

The AWS endpoint created for the data store.

Returns:

  • (String)


121
122
123
124
125
126
127
128
# File 'lib/aws-sdk-healthlake/types.rb', line 121

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

#datastore_idString

The data store identifier.

Returns:

  • (String)


121
122
123
124
125
126
127
128
# File 'lib/aws-sdk-healthlake/types.rb', line 121

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

#datastore_statusString

The data store status.

Returns:

  • (String)


121
122
123
124
125
126
127
128
# File 'lib/aws-sdk-healthlake/types.rb', line 121

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