Module: Aws::MWAAServerless::Client::_GetWorkflowResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetWorkflowResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #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
#created_at ⇒ ::Time
164 |
# File 'sig/client.rbs', line 164
def created_at: () -> ::Time
|
#definition_s3_location ⇒ Types::DefinitionS3Location
170 |
# File 'sig/client.rbs', line 170
def definition_s3_location: () -> Types::DefinitionS3Location
|
#description ⇒ ::String
163 |
# File 'sig/client.rbs', line 163
def description: () -> ::String
|
#encryption_configuration ⇒ Types::EncryptionConfiguration
166 |
# File 'sig/client.rbs', line 166
def encryption_configuration: () -> Types::EncryptionConfiguration
|
#engine_version ⇒ ::Integer
168 |
# File 'sig/client.rbs', line 168
def engine_version: () -> ::Integer
|
#logging_configuration ⇒ Types::LoggingConfiguration
167 |
# File 'sig/client.rbs', line 167
def logging_configuration: () -> Types::LoggingConfiguration
|
#modified_at ⇒ ::Time
165 |
# File 'sig/client.rbs', line 165
def modified_at: () -> ::Time
|
#name ⇒ ::String
162 |
# File 'sig/client.rbs', line 162
def name: () -> ::String
|
#network_configuration ⇒ Types::NetworkConfiguration
173 |
# File 'sig/client.rbs', line 173
def network_configuration: () -> Types::NetworkConfiguration
|
#role_arn ⇒ ::String
172 |
# File 'sig/client.rbs', line 172
def role_arn: () -> ::String
|
#schedule_configuration ⇒ Types::ScheduleConfiguration
171 |
# File 'sig/client.rbs', line 171
def schedule_configuration: () -> Types::ScheduleConfiguration
|
#trigger_mode ⇒ ::String
174 |
# File 'sig/client.rbs', line 174
def trigger_mode: () -> ::String
|
#workflow_arn ⇒ ::String
160 |
# File 'sig/client.rbs', line 160
def workflow_arn: () -> ::String
|
#workflow_definition ⇒ ::String
175 |
# File 'sig/client.rbs', line 175
def workflow_definition: () -> ::String
|
#workflow_status ⇒ "READY", "DELETING"
169 |
# File 'sig/client.rbs', line 169
def workflow_status: () -> ("READY" | "DELETING")
|
#workflow_version ⇒ ::String
161 |
# File 'sig/client.rbs', line 161
def workflow_version: () -> ::String
|