Class: Aws::Types::PropertyResponse
- Inherits:
-
Object
- Object
- Aws::Types::PropertyResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#are_all_property_values_returned ⇒ Boolean
Returns the value of attribute are_all_property_values_returned.
-
#definition ⇒ Types::PropertyDefinitionResponse
Returns the value of attribute definition.
-
#value ⇒ Types::DataValue
Returns the value of attribute value.
Instance Attribute Details
#are_all_property_values_returned ⇒ Boolean
Returns the value of attribute are_all_property_values_returned.
992 993 994 |
# File 'sig/types.rbs', line 992 def are_all_property_values_returned @are_all_property_values_returned end |
#definition ⇒ Types::PropertyDefinitionResponse
Returns the value of attribute definition.
990 991 992 |
# File 'sig/types.rbs', line 990 def definition @definition end |
#value ⇒ Types::DataValue
Returns the value of attribute value.
991 992 993 |
# File 'sig/types.rbs', line 991 def value @value end |