Class: Aws::CloudWatchEvents::Types::RunCommandParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::RunCommandParameters
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevents/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.
3633 3634 3635 3636 3637 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 3633 class RunCommandParameters < Struct.new( :run_command_targets) SENSITIVE = [] include Aws::Structure end |