Class: Aws::Types::UpdateWorkflowRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateWorkflowRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ Types::Code
Returns the value of attribute code.
-
#definition_s3_location ⇒ Types::DefinitionS3Location
Returns the value of attribute definition_s3_location.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#engine_version ⇒ ::Integer
Returns the value of attribute engine_version.
-
#logging_configuration ⇒ Types::LoggingConfiguration
Returns the value of attribute logging_configuration.
-
#network_configuration ⇒ Types::NetworkConfiguration
Returns the value of attribute network_configuration.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#trigger_mode ⇒ ::String
Returns the value of attribute trigger_mode.
-
#workflow_arn ⇒ ::String
Returns the value of attribute workflow_arn.
Instance Attribute Details
#code ⇒ Types::Code
Returns the value of attribute code.
346 347 348 |
# File 'sig/types.rbs', line 346 def code @code end |
#definition_s3_location ⇒ Types::DefinitionS3Location
Returns the value of attribute definition_s3_location.
345 346 347 |
# File 'sig/types.rbs', line 345 def definition_s3_location @definition_s3_location end |
#description ⇒ ::String
Returns the value of attribute description.
348 349 350 |
# File 'sig/types.rbs', line 348 def description @description end |
#engine_version ⇒ ::Integer
Returns the value of attribute engine_version.
350 351 352 |
# File 'sig/types.rbs', line 350 def engine_version @engine_version end |
#logging_configuration ⇒ Types::LoggingConfiguration
Returns the value of attribute logging_configuration.
349 350 351 |
# File 'sig/types.rbs', line 349 def logging_configuration @logging_configuration end |
#network_configuration ⇒ Types::NetworkConfiguration
Returns the value of attribute network_configuration.
351 352 353 |
# File 'sig/types.rbs', line 351 def network_configuration @network_configuration end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
347 348 349 |
# File 'sig/types.rbs', line 347 def role_arn @role_arn end |
#trigger_mode ⇒ ::String
Returns the value of attribute trigger_mode.
352 353 354 |
# File 'sig/types.rbs', line 352 def trigger_mode @trigger_mode end |
#workflow_arn ⇒ ::String
Returns the value of attribute workflow_arn.
344 345 346 |
# File 'sig/types.rbs', line 344 def workflow_arn @workflow_arn end |