Class: Aws::Types::BatchGetAssetPropertyAggregatesSuccessEntry
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetAssetPropertyAggregatesSuccessEntry
- 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.
-
#entry_id ⇒ ::String
Returns the value of attribute entry_id.
Instance Attribute Details
#aggregated_values ⇒ ::Array[Types::AggregatedValue]
Returns the value of attribute aggregated_values.
504 505 506 |
# File 'sig/types.rbs', line 504 def aggregated_values @aggregated_values end |
#entry_id ⇒ ::String
Returns the value of attribute entry_id.
503 504 505 |
# File 'sig/types.rbs', line 503 def entry_id @entry_id end |