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

Class: Aws::SSM::Types::Activation

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

Overview

An activation registers one or more on-premises servers or virtual machines (VMs) with AWS so that you can configure those servers or VMs using Run Command. A server or VM that has been registered with AWS is called a managed instance.

Instance Attribute Summary collapse

Instance Attribute Details

#activation_idString

The ID created by Systems Manager when you submitted the activation.

Returns:

  • (String)

    The ID created by Systems Manager when you submitted the activation.

#created_dateTime

The date the activation was created.

Returns:

  • (Time)

    The date the activation was created.

#default_instance_nameString

A name for the managed instance when it is created.

Returns:

  • (String)

    A name for the managed instance when it is created.

#descriptionString

A user defined description of the activation.

Returns:

  • (String)

    A user defined description of the activation.

#expiration_dateTime

The date when this activation can no longer be used to register managed instances.

Returns:

  • (Time)

    The date when this activation can no longer be used to register managed instances.

#expiredBoolean

Whether or not the activation is expired.

Returns:

  • (Boolean)

    Whether or not the activation is expired.

#iam_roleString

The Amazon Identity and Access Management (IAM) role to assign to the managed instance.

Returns:

  • (String)

    The Amazon Identity and Access Management (IAM) role to assign to the managed instance.

#registration_limitInteger

The maximum number of managed instances that can be registered using this activation.

Returns:

  • (Integer)

    The maximum number of managed instances that can be registered using this activation.

#registrations_countInteger

The number of managed instances already registered with this activation.

Returns:

  • (Integer)

    The number of managed instances already registered with this activation.

#tagsArray<Types::Tag>

Tags assigned to the activation.

Returns:

  • (Array<Types::Tag>)

    Tags assigned to the activation.