Class: Aws::Types::ListManagedResourcesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#items ⇒ ::Array[Types::ManagedResourceSummary]

Returns the value of attribute items.

Returns:



144
145
146
# File 'sig/types.rbs', line 144

def items
  @items
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


145
146
147
# File 'sig/types.rbs', line 145

def next_token
  @next_token
end