Class: Aws::Types::ListChannelNamespacesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_namespaces::Array[Types::ChannelNamespace]

Returns the value of attribute channel_namespaces.

Returns:



976
977
978
# File 'sig/types.rbs', line 976

def channel_namespaces
  @channel_namespaces
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


977
978
979
# File 'sig/types.rbs', line 977

def next_token
  @next_token
end