Class: Aws::Glue::Types::ListWorkflowsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ListWorkflowsResponse
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A continuation token, if not all workflow names have been returned.
-
#workflows ⇒ Array<String>
List of names of workflows in the account.
Instance Attribute Details
#next_token ⇒ String
A continuation token, if not all workflow names have been returned.
13770 13771 13772 13773 13774 13775 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13770 class ListWorkflowsResponse < Struct.new( :workflows, :next_token) SENSITIVE = [] include Aws::Structure end |
#workflows ⇒ Array<String>
List of names of workflows in the account.
13770 13771 13772 13773 13774 13775 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13770 class ListWorkflowsResponse < Struct.new( :workflows, :next_token) SENSITIVE = [] include Aws::Structure end |