Module: Aws::MWAAServerless::Client::_CreateWorkflowResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::CreateWorkflowResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#created_at::Time

Returns:

  • (::Time)


85
# File 'sig/client.rbs', line 85

def created_at: () -> ::Time

#is_latest_versionBoolean

Returns:

  • (Boolean)


89
# File 'sig/client.rbs', line 89

def is_latest_version: () -> bool

#revision_id::String

Returns:

  • (::String)


86
# File 'sig/client.rbs', line 86

def revision_id: () -> ::String

#warnings::Array[::String]

Returns:

  • (::Array[::String])


90
# File 'sig/client.rbs', line 90

def warnings: () -> ::Array[::String]

#workflow_arn::String

Returns:

  • (::String)


84
# File 'sig/client.rbs', line 84

def workflow_arn: () -> ::String

#workflow_status"READY", "DELETING"

Returns:

  • ("READY", "DELETING")


87
# File 'sig/client.rbs', line 87

def workflow_status: () -> ("READY" | "DELETING")

#workflow_version::String

Returns:

  • (::String)


88
# File 'sig/client.rbs', line 88

def workflow_version: () -> ::String