Class: Aws::Types::DateReference
- Inherits:
-
Object
- Object
- Aws::Types::DateReference
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
2146 2147 2148 |
# File 'sig/types.rbs', line 2146 def name @name end |
#value ⇒ ::String
Returns the value of attribute value.
2147 2148 2149 |
# File 'sig/types.rbs', line 2147 def value @value end |