Class: Aws::Types::AggregatedProfileTime

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#period"PT5M", ...

Returns the value of attribute period.

Returns:

  • ("PT5M", "PT1H", "P1D")


35
36
37
# File 'sig/types.rbs', line 35

def period
  @period
end

#start::Time

Returns the value of attribute start.

Returns:

  • (::Time)


36
37
38
# File 'sig/types.rbs', line 36

def start
  @start
end