Class: Aws::Types::MedicalScribeStreamDetails
- Inherits:
-
Object
- Object
- Aws::Types::MedicalScribeStreamDetails
- 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.
-
#language_code ⇒ "en-US"
Returns the value of attribute language_code.
-
#media_encoding ⇒ "pcm", ...
Returns the value of attribute media_encoding.
-
#media_sample_rate_hertz ⇒ ::Integer
Returns the value of attribute media_sample_rate_hertz.
-
#medical_scribe_context_provided ⇒ Boolean
Returns the value of attribute medical_scribe_context_provided.
-
#post_stream_analytics_result ⇒ Types::MedicalScribePostStreamAnalyticsResult
Returns the value of attribute post_stream_analytics_result.
-
#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.
-
#session_id ⇒ ::String
Returns the value of attribute session_id.
-
#stream_created_at ⇒ ::Time
Returns the value of attribute stream_created_at.
-
#stream_ended_at ⇒ ::Time
Returns the value of attribute stream_ended_at.
-
#stream_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute stream_status.
-
#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.
262 263 264 |
# File 'sig/types.rbs', line 262 def channel_definitions @channel_definitions end |
#encryption_settings ⇒ Types::MedicalScribeEncryptionSettings
Returns the value of attribute encryption_settings.
263 264 265 |
# File 'sig/types.rbs', line 263 def encryption_settings @encryption_settings end |
#language_code ⇒ "en-US"
Returns the value of attribute language_code.
255 256 257 |
# File 'sig/types.rbs', line 255 def language_code @language_code end |
#media_encoding ⇒ "pcm", ...
Returns the value of attribute media_encoding.
257 258 259 |
# File 'sig/types.rbs', line 257 def media_encoding @media_encoding end |
#media_sample_rate_hertz ⇒ ::Integer
Returns the value of attribute media_sample_rate_hertz.
256 257 258 |
# File 'sig/types.rbs', line 256 def media_sample_rate_hertz @media_sample_rate_hertz end |
#medical_scribe_context_provided ⇒ Boolean
Returns the value of attribute medical_scribe_context_provided.
267 268 269 |
# File 'sig/types.rbs', line 267 def medical_scribe_context_provided @medical_scribe_context_provided end |
#post_stream_analytics_result ⇒ Types::MedicalScribePostStreamAnalyticsResult
Returns the value of attribute post_stream_analytics_result.
266 267 268 |
# File 'sig/types.rbs', line 266 def post_stream_analytics_result @post_stream_analytics_result end |
#post_stream_analytics_settings ⇒ Types::MedicalScribePostStreamAnalyticsSettings
Returns the value of attribute post_stream_analytics_settings.
265 266 267 |
# File 'sig/types.rbs', line 265 def post_stream_analytics_settings @post_stream_analytics_settings end |
#resource_access_role_arn ⇒ ::String
Returns the value of attribute resource_access_role_arn.
261 262 263 |
# File 'sig/types.rbs', line 261 def resource_access_role_arn @resource_access_role_arn end |
#session_id ⇒ ::String
Returns the value of attribute session_id.
252 253 254 |
# File 'sig/types.rbs', line 252 def session_id @session_id end |
#stream_created_at ⇒ ::Time
Returns the value of attribute stream_created_at.
253 254 255 |
# File 'sig/types.rbs', line 253 def stream_created_at @stream_created_at end |
#stream_ended_at ⇒ ::Time
Returns the value of attribute stream_ended_at.
254 255 256 |
# File 'sig/types.rbs', line 254 def stream_ended_at @stream_ended_at end |
#stream_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute stream_status.
264 265 266 |
# File 'sig/types.rbs', line 264 def stream_status @stream_status end |
#vocabulary_filter_method ⇒ "remove", ...
Returns the value of attribute vocabulary_filter_method.
260 261 262 |
# File 'sig/types.rbs', line 260 def vocabulary_filter_method @vocabulary_filter_method end |
#vocabulary_filter_name ⇒ ::String
Returns the value of attribute vocabulary_filter_name.
259 260 261 |
# File 'sig/types.rbs', line 259 def vocabulary_filter_name @vocabulary_filter_name end |
#vocabulary_name ⇒ ::String
Returns the value of attribute vocabulary_name.
258 259 260 |
# File 'sig/types.rbs', line 258 def vocabulary_name @vocabulary_name end |