Class: Aws::Types::ContactAnalysisReference
- Inherits:
-
Object
- Object
- Aws::Types::ContactAnalysisReference
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analytics_mode ⇒ "PostContact", ...
Returns the value of attribute analytics_mode.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#is_redacted ⇒ Boolean
Returns the value of attribute is_redacted.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#analytics_mode ⇒ "PostContact", ...
Returns the value of attribute analytics_mode.
998 999 1000 |
# File 'sig/types.rbs', line 998 def analytics_mode @analytics_mode end |
#arn ⇒ ::String
Returns the value of attribute arn.
997 998 999 |
# File 'sig/types.rbs', line 997 def arn @arn end |
#is_redacted ⇒ Boolean
Returns the value of attribute is_redacted.
999 1000 1001 |
# File 'sig/types.rbs', line 999 def is_redacted @is_redacted end |
#name ⇒ ::String
Returns the value of attribute name.
994 995 996 |
# File 'sig/types.rbs', line 994 def name @name end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
996 997 998 |
# File 'sig/types.rbs', line 996 def status @status end |
#value ⇒ ::String
Returns the value of attribute value.
995 996 997 |
# File 'sig/types.rbs', line 995 def value @value end |