Class: Aws::Types::ListInventoryEntriesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListInventoryEntriesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ ::Array[Types::InventoryFilter]
Returns the value of attribute filters.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#type_name ⇒ ::String
Returns the value of attribute type_name.
Instance Attribute Details
#filters ⇒ ::Array[Types::InventoryFilter]
Returns the value of attribute filters.
2862 2863 2864 |
# File 'sig/types.rbs', line 2862 def filters @filters end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
2860 2861 2862 |
# File 'sig/types.rbs', line 2860 def instance_id @instance_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2864 2865 2866 |
# File 'sig/types.rbs', line 2864 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2863 2864 2865 |
# File 'sig/types.rbs', line 2863 def next_token @next_token end |
#type_name ⇒ ::String
Returns the value of attribute type_name.
2861 2862 2863 |
# File 'sig/types.rbs', line 2861 def type_name @type_name end |