Class: Aws::Types::ExcludePeriodConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ExcludePeriodConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amount ⇒ ::Integer
Returns the value of attribute amount.
-
#granularity ⇒ "YEAR", ...
Returns the value of attribute granularity.
-
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
Instance Attribute Details
#amount ⇒ ::Integer
Returns the value of attribute amount.
5343 5344 5345 |
# File 'sig/types.rbs', line 5343 def amount @amount end |
#granularity ⇒ "YEAR", ...
Returns the value of attribute granularity.
5344 5345 5346 |
# File 'sig/types.rbs', line 5344 def granularity @granularity end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
5345 5346 5347 |
# File 'sig/types.rbs', line 5345 def status @status end |