Class: Aws::Types::ListIdMappingWorkflowsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListIdMappingWorkflowsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#workflow_summaries ⇒ ::Array[Types::IdMappingWorkflowSummary]
Returns the value of attribute workflow_summaries.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
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.
565 566 567 |
# File 'sig/types.rbs', line 565 def workflow_summaries @workflow_summaries end |