Class: Aws::Glue::Types::ListWorkflowsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A continuation token, if not all workflow names have been returned.

Returns:

  • (String)


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

#workflowsArray<String>

List of names of workflows in the account.

Returns:

  • (Array<String>)


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