Module: Aws::NovaAct::Client::_GetWorkflowDefinitionResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


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

def arn: () -> ::String

#created_at::Time

Returns:

  • (::Time)


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

def created_at: () -> ::Time

#description::String

Returns:

  • (::String)


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

def description: () -> ::String

#export_configTypes::WorkflowExportConfig



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

def export_config: () -> Types::WorkflowExportConfig

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#status"ACTIVE", "DELETING"

Returns:

  • ("ACTIVE", "DELETING")


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

def status: () -> ("ACTIVE" | "DELETING")