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:



453
454
455
# File 'sig/types.rbs', line 453

def consumers
  @consumers
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


454
455
456
# File 'sig/types.rbs', line 454

def next_token
  @next_token
end