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

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

Overview

<para>The analytics configuration for a data store.</para>

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

<para>The status of the analytics configuration.</para>

Returns:

  • (String)


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

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