Class: Aws::Types::GetPropertyValueHistoryResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetPropertyValueHistoryResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#property_values ⇒ ::Array[Types::PropertyValueHistory]
Returns the value of attribute property_values.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
552 553 554 |
# File 'sig/types.rbs', line 552 def next_token @next_token end |
#property_values ⇒ ::Array[Types::PropertyValueHistory]
Returns the value of attribute property_values.
551 552 553 |
# File 'sig/types.rbs', line 551 def property_values @property_values end |