Class: Aws::Types::ListNamespacesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#namespaces::Array[Types::NamespaceSummary]

Returns the value of attribute namespaces.

Returns:



318
319
320
# File 'sig/types.rbs', line 318

def namespaces
  @namespaces
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


319
320
321
# File 'sig/types.rbs', line 319

def next_token
  @next_token
end