Class: Aws::Types::AnalyticsBinBySpecification
- Inherits:
-
Object
- Object
- Aws::Types::AnalyticsBinBySpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#interval ⇒ "OneHour", "OneDay"
Returns the value of attribute interval.
-
#name ⇒ "ConversationStartTime", "UtteranceTimestamp"
Returns the value of attribute name.
-
#order ⇒ "Ascending", "Descending"
Returns the value of attribute order.
Instance Attribute Details
#interval ⇒ "OneHour", "OneDay"
Returns the value of attribute interval.
66 67 68 |
# File 'sig/types.rbs', line 66 def interval @interval end |
#name ⇒ "ConversationStartTime", "UtteranceTimestamp"
Returns the value of attribute name.
65 66 67 |
# File 'sig/types.rbs', line 65 def name @name end |
#order ⇒ "Ascending", "Descending"
Returns the value of attribute order.
67 68 69 |
# File 'sig/types.rbs', line 67 def order @order end |