Class: Aws::Types::RollingDateConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::RollingDateConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_set_identifier ⇒ ::String
Returns the value of attribute data_set_identifier.
-
#expression ⇒ ::String
Returns the value of attribute expression.
Instance Attribute Details
#data_set_identifier ⇒ ::String
Returns the value of attribute data_set_identifier.
9495 9496 9497 |
# File 'sig/types.rbs', line 9495 def data_set_identifier @data_set_identifier end |
#expression ⇒ ::String
Returns the value of attribute expression.
9496 9497 9498 |
# File 'sig/types.rbs', line 9496 def expression @expression end |