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)


35
36
37
38
39
# File 'gems/aws-sdk-healthlake/lib/aws-sdk-healthlake/types.rb', line 35

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