Class: Aws::Types::ListIdMappingWorkflowsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:



566
567
568
# File 'sig/types.rbs', line 566

def next_token
  @next_token
end

#workflow_summaries::Array[Types::IdMappingWorkflowSummary]

Returns the value of attribute workflow_summaries.

Returns:



565
566
567
# File 'sig/types.rbs', line 565

def workflow_summaries
  @workflow_summaries
end