Class: Aws::Glue::Types::CreateWorkflowResponse

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

#nameString

The name of the workflow which was provided as part of the request.

Returns:

  • (String)


6166
6167
6168
6169
6170
# File 'lib/aws-sdk-glue/types.rb', line 6166

class CreateWorkflowResponse < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end