Class: Aws::Types::StartCallAnalyticsJobRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#call_analytics_job_name::String

Returns the value of attribute call_analytics_job_name.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::String)


754
755
756
# File 'sig/types.rbs', line 754

def data_access_role_arn
  @data_access_role_arn
end

#mediaTypes::Media

Returns the value of attribute media.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


752
753
754
# File 'sig/types.rbs', line 752

def output_location
  @output_location
end

#settingsTypes::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.

Returns:



756
757
758
# File 'sig/types.rbs', line 756

def tags
  @tags
end