Class: Aws::Types::ListConsumableResourcesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#consumable_resources::Array[Types::ConsumableResourceSummary]

Returns the value of attribute consumable_resources.

Returns:



1157
1158
1159
# File 'sig/types.rbs', line 1157

def consumable_resources
  @consumable_resources
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1158
1159
1160
# File 'sig/types.rbs', line 1158

def next_token
  @next_token
end