Class: Aws::Types::UpdateCallAnalyticsCategoryRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#category_name::String

Returns the value of attribute category_name.

Returns:

  • (::String)


948
949
950
# File 'sig/types.rbs', line 948

def category_name
  @category_name
end

#input_type"REAL_TIME", "POST_CALL"

Returns the value of attribute input_type.

Returns:

  • ("REAL_TIME", "POST_CALL")


950
951
952
# File 'sig/types.rbs', line 950

def input_type
  @input_type
end

#rules::Array[Types::Rule]

Returns the value of attribute rules.

Returns:



949
950
951
# File 'sig/types.rbs', line 949

def rules
  @rules
end