Module: Aws::IoTTwinMaker::Client::_GetPropertyValueResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetPropertyValueResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #next_token ⇒ ::String
- #property_values ⇒ ::Hash[::String, Types::PropertyLatestValue]
- #tabular_property_values ⇒ ::Array[::Array[::Hash[::String, Types::DataValue]]]
Instance Method Details
#next_token ⇒ ::String
448 |
# File 'sig/client.rbs', line 448
def next_token: () -> ::String
|
#property_values ⇒ ::Hash[::String, Types::PropertyLatestValue]
447 |
# File 'sig/client.rbs', line 447
def property_values: () -> ::Hash[::String, Types::PropertyLatestValue]
|
#tabular_property_values ⇒ ::Array[::Array[::Hash[::String, Types::DataValue]]]
449 |
# File 'sig/client.rbs', line 449
def tabular_property_values: () -> ::Array[::Array[::Hash[::String, Types::DataValue]]]
|