Module: Aws::MWAAServerless::Client::_GetWorkflowResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetWorkflowResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #code ⇒ Types::Code
- #code_snapshotted_at ⇒ ::Time
- #created_at ⇒ ::Time
- #definition_s3_location ⇒ Types::DefinitionS3Location
- #description ⇒ ::String
- #encryption_configuration ⇒ Types::EncryptionConfiguration
- #engine_version ⇒ ::Integer
- #logging_configuration ⇒ Types::LoggingConfiguration
- #modified_at ⇒ ::Time
- #name ⇒ ::String
- #network_configuration ⇒ Types::NetworkConfiguration
- #role_arn ⇒ ::String
- #schedule_configuration ⇒ Types::ScheduleConfiguration
- #trigger_mode ⇒ ::String
- #workflow_arn ⇒ ::String
- #workflow_definition ⇒ ::String
- #workflow_status ⇒ "READY", "DELETING"
- #workflow_version ⇒ ::String
Instance Method Details
#code_snapshotted_at ⇒ ::Time
179 |
# File 'sig/client.rbs', line 179
def code_snapshotted_at: () -> ::Time
|
#created_at ⇒ ::Time
171 |
# File 'sig/client.rbs', line 171
def created_at: () -> ::Time
|
#definition_s3_location ⇒ Types::DefinitionS3Location
177 |
# File 'sig/client.rbs', line 177
def definition_s3_location: () -> Types::DefinitionS3Location
|
#description ⇒ ::String
170 |
# File 'sig/client.rbs', line 170
def description: () -> ::String
|
#encryption_configuration ⇒ Types::EncryptionConfiguration
173 |
# File 'sig/client.rbs', line 173
def encryption_configuration: () -> Types::EncryptionConfiguration
|
#engine_version ⇒ ::Integer
175 |
# File 'sig/client.rbs', line 175
def engine_version: () -> ::Integer
|
#logging_configuration ⇒ Types::LoggingConfiguration
174 |
# File 'sig/client.rbs', line 174
def logging_configuration: () -> Types::LoggingConfiguration
|
#modified_at ⇒ ::Time
172 |
# File 'sig/client.rbs', line 172
def modified_at: () -> ::Time
|
#name ⇒ ::String
169 |
# File 'sig/client.rbs', line 169
def name: () -> ::String
|
#network_configuration ⇒ Types::NetworkConfiguration
182 |
# File 'sig/client.rbs', line 182
def network_configuration: () -> Types::NetworkConfiguration
|
#role_arn ⇒ ::String
181 |
# File 'sig/client.rbs', line 181
def role_arn: () -> ::String
|
#schedule_configuration ⇒ Types::ScheduleConfiguration
180 |
# File 'sig/client.rbs', line 180
def schedule_configuration: () -> Types::ScheduleConfiguration
|
#trigger_mode ⇒ ::String
183 |
# File 'sig/client.rbs', line 183
def trigger_mode: () -> ::String
|
#workflow_arn ⇒ ::String
167 |
# File 'sig/client.rbs', line 167
def workflow_arn: () -> ::String
|
#workflow_definition ⇒ ::String
184 |
# File 'sig/client.rbs', line 184
def workflow_definition: () -> ::String
|
#workflow_status ⇒ "READY", "DELETING"
176 |
# File 'sig/client.rbs', line 176
def workflow_status: () -> ("READY" | "DELETING")
|
#workflow_version ⇒ ::String
168 |
# File 'sig/client.rbs', line 168
def workflow_version: () -> ::String
|