Class: Aws::Types::WorkflowStepAutomationConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#commandTypes::PlatformCommand

Returns the value of attribute command.

Returns:



691
692
693
# File 'sig/types.rbs', line 691

def command
  @command
end

#run_environment"AWS", "ONPREMISE"

Returns the value of attribute run_environment.

Returns:



692
693
694
# File 'sig/types.rbs', line 692

def run_environment
  @run_environment
end

#script_location_s3_bucket::String

Returns the value of attribute script_location_s3_bucket.

Returns:



689
690
691
# File 'sig/types.rbs', line 689

def script_location_s3_bucket
  @script_location_s3_bucket
end

#script_location_s3_keyTypes::PlatformScriptKey

Returns the value of attribute script_location_s3_key.

Returns:



690
691
692
# File 'sig/types.rbs', line 690

def script_location_s3_key
  @script_location_s3_key
end

#target_type"SINGLE", ...

Returns the value of attribute target_type.

Returns:



693
694
695
# File 'sig/types.rbs', line 693

def target_type
  @target_type
end