Class: Aws::HealthLake::Types::AnalyticsConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::HealthLake::Types::AnalyticsConfiguration
- 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
-
#status ⇒ String
<para>The status of the analytics configuration.</para>.
Instance Attribute Details
#status ⇒ String
<para>The status of the analytics configuration.</para>
35 36 37 38 39 |
# File 'lib/aws-sdk-healthlake/types.rb', line 35 class AnalyticsConfiguration < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |