Class: Aws::Types::StepAutomationConfiguration

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.



474
475
476
# File 'sig/types.rbs', line 474

def command
  @command
end

#run_environment"AWS", "ONPREMISE"

Returns the value of attribute run_environment.

Returns:

  • ("AWS", "ONPREMISE")


475
476
477
# File 'sig/types.rbs', line 475

def run_environment
  @run_environment
end

#script_location_s3_bucket::String

Returns the value of attribute script_location_s3_bucket.

Returns:

  • (::String)


472
473
474
# File 'sig/types.rbs', line 472

def script_location_s3_bucket
  @script_location_s3_bucket
end

#script_location_s3_keyTypes::PlatformScriptKey

Returns the value of attribute script_location_s3_key.



473
474
475
# File 'sig/types.rbs', line 473

def script_location_s3_key
  @script_location_s3_key
end

#target_type"SINGLE", ...

Returns the value of attribute target_type.

Returns:

  • ("SINGLE", "ALL", "NONE")


476
477
478
# File 'sig/types.rbs', line 476

def target_type
  @target_type
end