Class: Aws::Types::AutomationExecutionInputs
- Inherits:
-
Object
- Object
- Aws::Types::AutomationExecutionInputs
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#parameters ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute parameters.
-
#target_locations ⇒ ::Array[Types::TargetLocation]
Returns the value of attribute target_locations.
-
#target_locations_url ⇒ ::String
Returns the value of attribute target_locations_url.
-
#target_maps ⇒ ::Array[::Hash[::String, ::Array[::String]]]
Returns the value of attribute target_maps.
-
#target_parameter_name ⇒ ::String
Returns the value of attribute target_parameter_name.
-
#targets ⇒ ::Array[Types::Target]
Returns the value of attribute targets.
Instance Attribute Details
#parameters ⇒ ::Hash[::String, ::Array[::String]]
Returns the value of attribute parameters.
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.
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.
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.
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.
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.
327 328 329 |
# File 'sig/types.rbs', line 327 def targets @targets end |