Method: Aws::SSM::Types::AutomationExecutionInputs#parameters
- Defined in:
- lib/aws-sdk-ssm/types.rb
#parameters ⇒ Hash<String,Array<String>>
Information about parameters that can be specified for the preview operation.
1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 |
# File 'lib/aws-sdk-ssm/types.rb', line 1514 class AutomationExecutionInputs < Struct.new( :parameters, :target_parameter_name, :targets, :target_maps, :target_locations, :target_locations_url) SENSITIVE = [] include Aws::Structure end |