Class: Aws::Types::BatchGetAssetPropertyAggregatesRequest
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetAssetPropertyAggregatesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entries ⇒ ::Array[Types::BatchGetAssetPropertyAggregatesEntry]
Returns the value of attribute entries.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#entries ⇒ ::Array[Types::BatchGetAssetPropertyAggregatesEntry]
Returns the value of attribute entries.
481 482 483 |
# File 'sig/types.rbs', line 481 def entries @entries end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
483 484 485 |
# File 'sig/types.rbs', line 483 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
482 483 484 |
# File 'sig/types.rbs', line 482 def next_token @next_token end |