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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


15549
15550
15551
15552
15553
15554
# File 'lib/aws-sdk-glue/types.rb', line 15549

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


15549
15550
15551
15552
15553
15554
# File 'lib/aws-sdk-glue/types.rb', line 15549

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