Class: Aws::Types::ListResourceInventoryResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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.

Returns:



1049
1050
1051
# File 'sig/types.rbs', line 1049

def resource_inventory_list
  @resource_inventory_list
end