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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb

Overview

The result message containing information about the managed action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_descriptionString

A description of the managed action.

Returns:

  • (String)


388
389
390
391
392
393
394
395
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 388

class ApplyEnvironmentManagedActionResult < Struct.new(
  :action_id,
  :action_description,
  :action_type,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#action_idString

The action ID of the managed action.

Returns:

  • (String)


388
389
390
391
392
393
394
395
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 388

class ApplyEnvironmentManagedActionResult < Struct.new(
  :action_id,
  :action_description,
  :action_type,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#action_typeString

The type of managed action.

Returns:

  • (String)


388
389
390
391
392
393
394
395
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 388

class ApplyEnvironmentManagedActionResult < Struct.new(
  :action_id,
  :action_description,
  :action_type,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the managed action.

Returns:

  • (String)


388
389
390
391
392
393
394
395
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 388

class ApplyEnvironmentManagedActionResult < Struct.new(
  :action_id,
  :action_description,
  :action_type,
  :status)
  SENSITIVE = []
  include Aws::Structure
end