Class: Aws::Types::ContactAnalysisReference

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#analytics_mode"PostContact", ...

Returns the value of attribute analytics_mode.

Returns:



998
999
1000
# File 'sig/types.rbs', line 998

def analytics_mode
  @analytics_mode
end

#arn::String

Returns the value of attribute arn.

Returns:



997
998
999
# File 'sig/types.rbs', line 997

def arn
  @arn
end

#is_redactedBoolean

Returns the value of attribute is_redacted.

Returns:



999
1000
1001
# File 'sig/types.rbs', line 999

def is_redacted
  @is_redacted
end

#name::String

Returns the value of attribute name.

Returns:



994
995
996
# File 'sig/types.rbs', line 994

def name
  @name
end

#status"AVAILABLE", ...

Returns the value of attribute status.

Returns:



996
997
998
# File 'sig/types.rbs', line 996

def status
  @status
end

#value::String

Returns the value of attribute value.

Returns:



995
996
997
# File 'sig/types.rbs', line 995

def value
  @value
end