Class: Aws::Types::AnalyticsIntentGroupByKey
- Inherits:
-
Object
- Object
- Aws::Types::AnalyticsIntentGroupByKey
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ "IntentName", ...
Returns the value of attribute name.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ "IntentName", ...
Returns the value of attribute name.
85 86 87 |
# File 'sig/types.rbs', line 85 def name @name end |
#value ⇒ ::String
Returns the value of attribute value.
86 87 88 |
# File 'sig/types.rbs', line 86 def value @value end |