Class: Aws::Types::ReportFrequency
- Inherits:
-
Object
- Object
- Aws::Types::ReportFrequency
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#period ⇒ "DAY", ...
Returns the value of attribute period.
-
#value ⇒ ::Integer
Returns the value of attribute value.
Instance Attribute Details
#period ⇒ "DAY", ...
Returns the value of attribute period.
1201 1202 1203 |
# File 'sig/types.rbs', line 1201 def period @period end |
#value ⇒ ::Integer
Returns the value of attribute value.
1200 1201 1202 |
# File 'sig/types.rbs', line 1200 def value @value end |