Class: Aws::Types::AnalyticsBinBySpecification

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#interval ⇒ "OneHour", "OneDay"

Returns the value of attribute interval.

Returns:

  • ("OneHour", "OneDay")


66
67
68
# File 'sig/types.rbs', line 66

def interval
  @interval
end

#name ⇒ "ConversationStartTime", "UtteranceTimestamp"

Returns the value of attribute name.

Returns:

  • ("ConversationStartTime", "UtteranceTimestamp")


65
66
67
# File 'sig/types.rbs', line 65

def name
  @name
end

#order ⇒ "Ascending", "Descending"

Returns the value of attribute order.

Returns:

  • ("Ascending", "Descending")


67
68
69
# File 'sig/types.rbs', line 67

def order
  @order
end