Class: Aws::Types::UpdateWorkflowRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#codeTypes::Code

Returns the value of attribute code.

Returns:



346
347
348
# File 'sig/types.rbs', line 346

def code
  @code
end

#definition_s3_locationTypes::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.

Returns:

  • (::String)


348
349
350
# File 'sig/types.rbs', line 348

def description
  @description
end

#engine_version::Integer

Returns the value of attribute engine_version.

Returns:

  • (::Integer)


350
351
352
# File 'sig/types.rbs', line 350

def engine_version
  @engine_version
end

#logging_configurationTypes::LoggingConfiguration

Returns the value of attribute logging_configuration.



349
350
351
# File 'sig/types.rbs', line 349

def logging_configuration
  @logging_configuration
end

#network_configurationTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


344
345
346
# File 'sig/types.rbs', line 344

def workflow_arn
  @workflow_arn
end