Class: Aws::Types::AggregatedProfileTime
- Inherits:
-
Object
- Object
- Aws::Types::AggregatedProfileTime
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#period ⇒ "PT5M", ...
Returns the value of attribute period.
-
#start ⇒ ::Time
Returns the value of attribute start.
Instance Attribute Details
#period ⇒ "PT5M", ...
Returns the value of attribute period.
35 36 37 |
# File 'sig/types.rbs', line 35 def period @period end |
#start ⇒ ::Time
Returns the value of attribute start.
36 37 38 |
# File 'sig/types.rbs', line 36 def start @start end |