Class: Aws::Types::MedicalScribeConfigurationEvent
- Inherits:
-
Object
- Object
- Aws::Types::MedicalScribeConfigurationEvent
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel_definitions ⇒ ::Array[Types::MedicalScribeChannelDefinition]
Returns the value of attribute channel_definitions.
-
#encryption_settings ⇒ Types::MedicalScribeEncryptionSettings
Returns the value of attribute encryption_settings.
-
#event_type ⇒ Object
Returns the value of attribute event_type.
-
#medical_scribe_context ⇒ Types::MedicalScribeContext
Returns the value of attribute medical_scribe_context.
-
#post_stream_analytics_settings ⇒ Types::MedicalScribePostStreamAnalyticsSettings
Returns the value of attribute post_stream_analytics_settings.
-
#resource_access_role_arn ⇒ ::String
Returns the value of attribute resource_access_role_arn.
-
#vocabulary_filter_method ⇒ "remove", ...
Returns the value of attribute vocabulary_filter_method.
-
#vocabulary_filter_name ⇒ ::String
Returns the value of attribute vocabulary_filter_name.
-
#vocabulary_name ⇒ ::String
Returns the value of attribute vocabulary_name.
Instance Attribute Details
#channel_definitions ⇒ ::Array[Types::MedicalScribeChannelDefinition]
Returns the value of attribute channel_definitions.
211 212 213 |
# File 'sig/types.rbs', line 211 def channel_definitions @channel_definitions end |
#encryption_settings ⇒ Types::MedicalScribeEncryptionSettings
Returns the value of attribute encryption_settings.
212 213 214 |
# File 'sig/types.rbs', line 212 def encryption_settings @encryption_settings end |
#event_type ⇒ Object
Returns the value of attribute event_type.
215 216 217 |
# File 'sig/types.rbs', line 215 def event_type @event_type end |
#medical_scribe_context ⇒ Types::MedicalScribeContext
Returns the value of attribute medical_scribe_context.
214 215 216 |
# File 'sig/types.rbs', line 214 def medical_scribe_context @medical_scribe_context end |
#post_stream_analytics_settings ⇒ Types::MedicalScribePostStreamAnalyticsSettings
Returns the value of attribute post_stream_analytics_settings.
213 214 215 |
# File 'sig/types.rbs', line 213 def post_stream_analytics_settings @post_stream_analytics_settings end |
#resource_access_role_arn ⇒ ::String
Returns the value of attribute resource_access_role_arn.
210 211 212 |
# File 'sig/types.rbs', line 210 def resource_access_role_arn @resource_access_role_arn end |
#vocabulary_filter_method ⇒ "remove", ...
Returns the value of attribute vocabulary_filter_method.
209 210 211 |
# File 'sig/types.rbs', line 209 def vocabulary_filter_method @vocabulary_filter_method end |
#vocabulary_filter_name ⇒ ::String
Returns the value of attribute vocabulary_filter_name.
208 209 210 |
# File 'sig/types.rbs', line 208 def vocabulary_filter_name @vocabulary_filter_name end |
#vocabulary_name ⇒ ::String
Returns the value of attribute vocabulary_name.
207 208 209 |
# File 'sig/types.rbs', line 207 def vocabulary_name @vocabulary_name end |