Class: Aws::SSM::Types::StartAssociationsOnceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::StartAssociationsOnceRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association_ids ⇒ Array<String>
The association IDs that you want to run immediately and only one time.
Instance Attribute Details
#association_ids ⇒ Array<String>
The association IDs that you want to run immediately and only one time.
17437 17438 17439 17440 17441 |
# File 'lib/aws-sdk-ssm/types.rb', line 17437 class StartAssociationsOnceRequest < Struct.new( :association_ids) SENSITIVE = [] include Aws::Structure end |