Class: Aws::Types::ListStreamConsumersOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#consumers::Array[Types::Consumer]

Returns the value of attribute consumers.

Returns:



322
323
324
# File 'sig/types.rbs', line 322

def consumers
  @consumers
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


323
324
325
# File 'sig/types.rbs', line 323

def next_token
  @next_token
end