Class: Aws::EventBridge::Types::RunCommandParameters

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb

Overview

This parameter contains the criteria (either InstanceIds or a tag) used to specify which EC2 instances are to be sent the command.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#run_command_targetsArray<Types::RunCommandTarget>

Currently, we support including only one RunCommandTarget block, which specifies either an array of InstanceIds or a tag.

Returns:



4238
4239
4240
4241
4242
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 4238

class RunCommandParameters < Struct.new(
  :run_command_targets)
  SENSITIVE = []
  include Aws::Structure
end