Class: Aws::SSM::Types::Association

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

Overview

Describes an association of a Systems Manager document and an instance.

Instance Attribute Summary collapse

Instance Attribute Details

#association_idString

The ID created by the system when you create an association. An association is a binding between a document and a set of targets with a schedule.

Returns:

  • (String)


224
225
226
227
228
229
230
231
232
233
234
235
236
# File 'lib/aws-sdk-ssm/types.rb', line 224

class Association < Struct.new(
  :name,
  :instance_id,
  :association_id,
  :association_version,
  :document_version,
  :targets,
  :last_execution_date,
  :overview,
  :schedule_expression,
  :association_name)
  include Aws::Structure
end

#association_nameString

The association name.

Returns:

  • (String)


224
225
226
227
228
229
230
231
232
233
234
235
236
# File 'lib/aws-sdk-ssm/types.rb', line 224

class Association < Struct.new(
  :name,
  :instance_id,
  :association_id,
  :association_version,
  :document_version,
  :targets,
  :last_execution_date,
  :overview,
  :schedule_expression,
  :association_name)
  include Aws::Structure
end

#association_versionString

The association version.

Returns:

  • (String)


224
225
226
227
228
229
230
231
232
233
234
235
236
# File 'lib/aws-sdk-ssm/types.rb', line 224

class Association < Struct.new(
  :name,
  :instance_id,
  :association_id,
  :association_version,
  :document_version,
  :targets,
  :last_execution_date,
  :overview,
  :schedule_expression,
  :association_name)
  include Aws::Structure
end

#document_versionString

The version of the document used in the association.

Returns:

  • (String)


224
225
226
227
228
229
230
231
232
233
234
235
236
# File 'lib/aws-sdk-ssm/types.rb', line 224

class Association < Struct.new(
  :name,
  :instance_id,
  :association_id,
  :association_version,
  :document_version,
  :targets,
  :last_execution_date,
  :overview,
  :schedule_expression,
  :association_name)
  include Aws::Structure
end

#instance_idString

The ID of the instance.

Returns:

  • (String)


224
225
226
227
228
229
230
231
232
233
234
235
236
# File 'lib/aws-sdk-ssm/types.rb', line 224

class Association < Struct.new(
  :name,
  :instance_id,
  :association_id,
  :association_version,
  :document_version,
  :targets,
  :last_execution_date,
  :overview,
  :schedule_expression,
  :association_name)
  include Aws::Structure
end

#last_execution_dateTime

The date on which the association was last run.

Returns:

  • (Time)


224
225
226
227
228
229
230
231
232
233
234
235
236
# File 'lib/aws-sdk-ssm/types.rb', line 224

class Association < Struct.new(
  :name,
  :instance_id,
  :association_id,
  :association_version,
  :document_version,
  :targets,
  :last_execution_date,
  :overview,
  :schedule_expression,
  :association_name)
  include Aws::Structure
end

#nameString

The name of the Systems Manager document.

Returns:

  • (String)


224
225
226
227
228
229
230
231
232
233
234
235
236
# File 'lib/aws-sdk-ssm/types.rb', line 224

class Association < Struct.new(
  :name,
  :instance_id,
  :association_id,
  :association_version,
  :document_version,
  :targets,
  :last_execution_date,
  :overview,
  :schedule_expression,
  :association_name)
  include Aws::Structure
end

#overviewTypes::AssociationOverview

Information about the association.



224
225
226
227
228
229
230
231
232
233
234
235
236
# File 'lib/aws-sdk-ssm/types.rb', line 224

class Association < Struct.new(
  :name,
  :instance_id,
  :association_id,
  :association_version,
  :document_version,
  :targets,
  :last_execution_date,
  :overview,
  :schedule_expression,
  :association_name)
  include Aws::Structure
end

#schedule_expressionString

A cron expression that specifies a schedule when the association runs.

Returns:

  • (String)


224
225
226
227
228
229
230
231
232
233
234
235
236
# File 'lib/aws-sdk-ssm/types.rb', line 224

class Association < Struct.new(
  :name,
  :instance_id,
  :association_id,
  :association_version,
  :document_version,
  :targets,
  :last_execution_date,
  :overview,
  :schedule_expression,
  :association_name)
  include Aws::Structure
end

#targetsArray<Types::Target>

The instances targeted by the request to create an association.

Returns:



224
225
226
227
228
229
230
231
232
233
234
235
236
# File 'lib/aws-sdk-ssm/types.rb', line 224

class Association < Struct.new(
  :name,
  :instance_id,
  :association_id,
  :association_version,
  :document_version,
  :targets,
  :last_execution_date,
  :overview,
  :schedule_expression,
  :association_name)
  include Aws::Structure
end