Class: Aws::Types::ListResourceInventoryResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListResourceInventoryResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#resource_inventory_list ⇒ ::Array[Types::ResourceInventory]
Returns the value of attribute resource_inventory_list.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1050 1051 1052 |
# File 'sig/types.rbs', line 1050 def next_token @next_token end |
#resource_inventory_list ⇒ ::Array[Types::ResourceInventory]
Returns the value of attribute resource_inventory_list.
1049 1050 1051 |
# File 'sig/types.rbs', line 1049 def resource_inventory_list @resource_inventory_list end |