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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/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>)


17070
17071
17072
17073
17074
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 17070

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