Class: Aws::Types::PropertyRequest
- Inherits:
-
Object
- Object
- Aws::Types::PropertyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#definition ⇒ Types::PropertyDefinitionRequest
Returns the value of attribute definition.
-
#update_type ⇒ "UPDATE", ...
Returns the value of attribute update_type.
-
#value ⇒ Types::DataValue
Returns the value of attribute value.
Instance Attribute Details
#definition ⇒ Types::PropertyDefinitionRequest
Returns the value of attribute definition.
983 984 985 |
# File 'sig/types.rbs', line 983 def definition @definition end |
#update_type ⇒ "UPDATE", ...
Returns the value of attribute update_type.
985 986 987 |
# File 'sig/types.rbs', line 985 def update_type @update_type end |
#value ⇒ Types::DataValue
Returns the value of attribute value.
984 985 986 |
# File 'sig/types.rbs', line 984 def value @value end |