Class: Aws::Types::MedicalScribeConfigurationEvent

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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_settingsTypes::MedicalScribeEncryptionSettings

Returns the value of attribute encryption_settings.



212
213
214
# File 'sig/types.rbs', line 212

def encryption_settings
  @encryption_settings
end

#event_typeObject

Returns the value of attribute event_type.

Returns:

  • (Object)


215
216
217
# File 'sig/types.rbs', line 215

def event_type
  @event_type
end

#medical_scribe_contextTypes::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_settingsTypes::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.

Returns:

  • (::String)


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.

Returns:

  • ("remove", "mask", "tag")


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


207
208
209
# File 'sig/types.rbs', line 207

def vocabulary_name
  @vocabulary_name
end