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>)


17345
17346
17347
17348
17349
# File 'lib/aws-sdk-ssm/types.rb', line 17345

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