Class: Aws::Types::PropertySummary
- Inherits:
-
Object
- Object
- Aws::Types::PropertySummary
- 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.
-
#property_name ⇒ ::String
Returns the value of attribute property_name.
-
#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.
1000 1001 1002 |
# File 'sig/types.rbs', line 1000 def are_all_property_values_returned @are_all_property_values_returned end |
#definition ⇒ Types::PropertyDefinitionResponse
Returns the value of attribute definition.
997 998 999 |
# File 'sig/types.rbs', line 997 def definition @definition end |
#property_name ⇒ ::String
Returns the value of attribute property_name.
998 999 1000 |
# File 'sig/types.rbs', line 998 def property_name @property_name end |
#value ⇒ Types::DataValue
Returns the value of attribute value.
999 1000 1001 |
# File 'sig/types.rbs', line 999 def value @value end |