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)


16586
16587
16588
16589
16590
16591
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 16586

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>)


16586
16587
16588
16589
16590
16591
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 16586

class ListWorkflowsResponse < Struct.new(
  :workflows,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end