Class: Aws::Types::InsightTimeRange

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#from::Integer

Returns the value of attribute from.

Returns:

  • (::Integer)


1522
1523
1524
# File 'sig/types.rbs', line 1522

def from
  @from
end

#to::Integer

Returns the value of attribute to.

Returns:

  • (::Integer)


1523
1524
1525
# File 'sig/types.rbs', line 1523

def to
  @to
end