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

Class: Aws::ElasticBeanstalk::Types::ApplyEnvironmentManagedActionResult

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

Overview

The result message containing information about the managed action.

Returned by:

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

The action ID of the managed action.

Returns:

  • (String)

    The action ID of 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.

Returns:

  • (String)

    The status of the managed action.