You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SSM::Types::UpdateAssociationStatusRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateAssociationStatusRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  name: "DocumentARN", # required
  instance_id: "InstanceId", # required
  association_status: { # required
    date: Time.now, # required
    name: "Pending", # required, accepts Pending, Success, Failed
    message: "StatusMessage", # required
    additional_info: "StatusAdditionalInfo",
  },
}

Instance Attribute Summary collapse

Instance Attribute Details

#association_statusTypes::AssociationStatus

The association status.

Returns:

#instance_idString

The ID of the instance.

Returns:

  • (String)

    The ID of the instance.

#nameString

The name of the Systems Manager document.

Returns:

  • (String)

    The name of the Systems Manager document.