Class: Aws::Types::GetInventoryRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetInventoryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aggregators ⇒ ::Array[Types::InventoryAggregator]
Returns the value of attribute aggregators.
-
#filters ⇒ ::Array[Types::InventoryFilter]
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#result_attributes ⇒ ::Array[Types::ResultAttribute]
Returns the value of attribute result_attributes.
Instance Attribute Details
#aggregators ⇒ ::Array[Types::InventoryAggregator]
Returns the value of attribute aggregators.
1862 1863 1864 |
# File 'sig/types.rbs', line 1862 def aggregators @aggregators end |
#filters ⇒ ::Array[Types::InventoryFilter]
Returns the value of attribute filters.
1861 1862 1863 |
# File 'sig/types.rbs', line 1861 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1865 1866 1867 |
# File 'sig/types.rbs', line 1865 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1864 1865 1866 |
# File 'sig/types.rbs', line 1864 def next_token @next_token end |
#result_attributes ⇒ ::Array[Types::ResultAttribute]
Returns the value of attribute result_attributes.
1863 1864 1865 |
# File 'sig/types.rbs', line 1863 def result_attributes @result_attributes end |