Class: Aws::Types::GetAssetPropertyAggregatesResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAssetPropertyAggregatesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregated_values ⇒ ::Array[Types::AggregatedValue]
Returns the value of attribute aggregated_values.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#aggregated_values ⇒ ::Array[Types::AggregatedValue]
Returns the value of attribute aggregated_values.
2287 2288 2289 |
# File 'sig/types.rbs', line 2287 def aggregated_values @aggregated_values end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2288 2289 2290 |
# File 'sig/types.rbs', line 2288 def next_token @next_token end |