Class: Aws::Types::ListStepConsumersResponse

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::StepConsumer]

Returns the value of attribute consumers.

Returns:



2263
2264
2265
# File 'sig/types.rbs', line 2263

def consumers
  @consumers
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2264
2265
2266
# File 'sig/types.rbs', line 2264

def next_token
  @next_token
end