Class: Aws::SSM::Types::StartAssociationsOnceRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#association_idsArray<String>

The association IDs that you want to run immediately and only one time.

Returns:

  • (Array<String>)


16813
16814
16815
16816
16817
# File 'lib/aws-sdk-ssm/types.rb', line 16813

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