Class: Aws::Types::StartCallAnalyticsJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartCallAnalyticsJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#call_analytics_job_name ⇒ ::String
Returns the value of attribute call_analytics_job_name.
-
#channel_definitions ⇒ ::Array[Types::ChannelDefinition]
Returns the value of attribute channel_definitions.
-
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
-
#media ⇒ Types::Media
Returns the value of attribute media.
-
#output_encryption_kms_key_id ⇒ ::String
Returns the value of attribute output_encryption_kms_key_id.
-
#output_location ⇒ ::String
Returns the value of attribute output_location.
-
#settings ⇒ Types::CallAnalyticsJobSettings
Returns the value of attribute settings.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#call_analytics_job_name ⇒ ::String
Returns the value of attribute call_analytics_job_name.
750 751 752 |
# File 'sig/types.rbs', line 750 def call_analytics_job_name @call_analytics_job_name end |
#channel_definitions ⇒ ::Array[Types::ChannelDefinition]
Returns the value of attribute channel_definitions.
757 758 759 |
# File 'sig/types.rbs', line 757 def channel_definitions @channel_definitions end |
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
754 755 756 |
# File 'sig/types.rbs', line 754 def data_access_role_arn @data_access_role_arn end |
#media ⇒ Types::Media
Returns the value of attribute media.
751 752 753 |
# File 'sig/types.rbs', line 751 def media @media end |
#output_encryption_kms_key_id ⇒ ::String
Returns the value of attribute output_encryption_kms_key_id.
753 754 755 |
# File 'sig/types.rbs', line 753 def output_encryption_kms_key_id @output_encryption_kms_key_id end |
#output_location ⇒ ::String
Returns the value of attribute output_location.
752 753 754 |
# File 'sig/types.rbs', line 752 def output_location @output_location end |
#settings ⇒ Types::CallAnalyticsJobSettings
Returns the value of attribute settings.
755 756 757 |
# File 'sig/types.rbs', line 755 def settings @settings end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
756 757 758 |
# File 'sig/types.rbs', line 756 def end |