Class: Aws::Types::ModifyingProperties
- Inherits:
-
Object
- Object
- Aws::Types::ModifyingProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active_value ⇒ ::String
Returns the value of attribute active_value.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#pending_value ⇒ ::String
Returns the value of attribute pending_value.
-
#value_type ⇒ "PLAIN_TEXT", "STRINGIFIED_JSON"
Returns the value of attribute value_type.
Instance Attribute Details
#active_value ⇒ ::String
Returns the value of attribute active_value.
1867 1868 1869 |
# File 'sig/types.rbs', line 1867 def active_value @active_value end |
#name ⇒ ::String
Returns the value of attribute name.
1866 1867 1868 |
# File 'sig/types.rbs', line 1866 def name @name end |
#pending_value ⇒ ::String
Returns the value of attribute pending_value.
1868 1869 1870 |
# File 'sig/types.rbs', line 1868 def pending_value @pending_value end |
#value_type ⇒ "PLAIN_TEXT", "STRINGIFIED_JSON"
Returns the value of attribute value_type.
1869 1870 1871 |
# File 'sig/types.rbs', line 1869 def value_type @value_type end |