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.
9863 9864 9865 |
# File 'sig/types.rbs', line 9863 def data_set_identifier @data_set_identifier end |
#expression ⇒ ::String
Returns the value of attribute expression.
9864 9865 9866 |
# File 'sig/types.rbs', line 9864 def expression @expression end |