Class: Aws::Types::AnchorDateConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AnchorDateConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#anchor_option ⇒ "NOW"
Returns the value of attribute anchor_option.
-
#parameter_name ⇒ ::String
Returns the value of attribute parameter_name.
Instance Attribute Details
#anchor_option ⇒ "NOW"
Returns the value of attribute anchor_option.
300 301 302 |
# File 'sig/types.rbs', line 300 def anchor_option @anchor_option end |
#parameter_name ⇒ ::String
Returns the value of attribute parameter_name.
301 302 303 |
# File 'sig/types.rbs', line 301 def parameter_name @parameter_name end |