Class: Aws::Types::AutomationExecutionInputs

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#parameters::Hash[::String, ::Array[::String]]

Returns the value of attribute parameters.

Returns:

  • (::Hash[::String, ::Array[::String]])


325
326
327
# File 'sig/types.rbs', line 325

def parameters
  @parameters
end

#target_locations::Array[Types::TargetLocation]

Returns the value of attribute target_locations.

Returns:



329
330
331
# File 'sig/types.rbs', line 329

def target_locations
  @target_locations
end

#target_locations_url::String

Returns the value of attribute target_locations_url.

Returns:

  • (::String)


330
331
332
# File 'sig/types.rbs', line 330

def target_locations_url
  @target_locations_url
end

#target_maps::Array[::Hash[::String, ::Array[::String]]]

Returns the value of attribute target_maps.

Returns:

  • (::Array[::Hash[::String, ::Array[::String]]])


328
329
330
# File 'sig/types.rbs', line 328

def target_maps
  @target_maps
end

#target_parameter_name::String

Returns the value of attribute target_parameter_name.

Returns:

  • (::String)


326
327
328
# File 'sig/types.rbs', line 326

def target_parameter_name
  @target_parameter_name
end

#targets::Array[Types::Target]

Returns the value of attribute targets.

Returns:



327
328
329
# File 'sig/types.rbs', line 327

def targets
  @targets
end