Class: Aws::HealthLake::Types::AnalyticsConfiguration

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

Overview

The analytics configuration for a data store.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status of the analytics configuration.

Returns:

  • (String)


104
105
106
107
108
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 104

class AnalyticsConfiguration < Struct.new(
  :status)
  SENSITIVE = []
  include Aws::Structure
end