Module: Aws::NovaAct::Client::_GetWorkflowDefinitionResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetWorkflowDefinitionResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #export_config ⇒ Types::WorkflowExportConfig
- #name ⇒ ::String
- #status ⇒ "ACTIVE", "DELETING"
Instance Method Details
#arn ⇒ ::String
176 |
# File 'sig/client.rbs', line 176
def arn: () -> ::String
|
#created_at ⇒ ::Time
177 |
# File 'sig/client.rbs', line 177
def created_at: () -> ::Time
|
#description ⇒ ::String
178 |
# File 'sig/client.rbs', line 178
def description: () -> ::String
|
#export_config ⇒ Types::WorkflowExportConfig
179 |
# File 'sig/client.rbs', line 179
def export_config: () -> Types::WorkflowExportConfig
|
#name ⇒ ::String
175 |
# File 'sig/client.rbs', line 175
def name: () -> ::String
|
#status ⇒ "ACTIVE", "DELETING"
180 |
# File 'sig/client.rbs', line 180
def status: () -> ("ACTIVE" | "DELETING")
|