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

Class: Aws::ElasticBeanstalk::Types::ManagedAction

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

Overview

The record of an upcoming or in-progress managed action.

Instance Attribute Summary collapse

Instance Attribute Details

#action_descriptionString

A description of the managed action.

Returns:

  • (String)

    A description of the managed action.

#action_idString

A unique identifier for the managed action.

Returns:

  • (String)

    A unique identifier for the managed action.

#action_typeString

The type of managed action.

Possible values:

  • InstanceRefresh
  • PlatformUpdate
  • Unknown

Returns:

  • (String)

    The type of managed action.

#statusString

The status of the managed action. If the action is Scheduled, you can apply it immediately with ApplyEnvironmentManagedAction.

Possible values:

  • Scheduled
  • Pending
  • Running
  • Unknown

Returns:

  • (String)

    The status of the managed action.

#window_start_timeTime

The start time of the maintenance window in which the managed action will execute.

Returns:

  • (Time)

    The start time of the maintenance window in which the managed action will execute.