Class: Aws::EventBridge::Types::RunCommandParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::RunCommandParameters
- Includes:
- Structure
- Defined in:
- 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
-
#run_command_targets ⇒ Array<Types::RunCommandTarget>
Currently, we support including only one RunCommandTarget block, which specifies either an array of InstanceIds or a tag.
Instance Attribute Details
#run_command_targets ⇒ Array<Types::RunCommandTarget>
Currently, we support including only one RunCommandTarget block, which specifies either an array of InstanceIds or a tag.
4446 4447 4448 4449 4450 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 4446 class RunCommandParameters < Struct.new( :run_command_targets) SENSITIVE = [] include Aws::Structure end |