Class: Aws::Types::CreateCallAnalyticsCategoryRequest

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)


115
116
117
# File 'sig/types.rbs', line 115

def category_name
  @category_name
end

#input_type"REAL_TIME", "POST_CALL"

Returns the value of attribute input_type.

Returns:

  • ("REAL_TIME", "POST_CALL")


118
119
120
# File 'sig/types.rbs', line 118

def input_type
  @input_type
end

#rules::Array[Types::Rule]

Returns the value of attribute rules.

Returns:



116
117
118
# File 'sig/types.rbs', line 116

def rules
  @rules
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



117
118
119
# File 'sig/types.rbs', line 117

def tags
  @tags
end