Class: Aws::ElasticBeanstalk::Types::ApplyEnvironmentManagedActionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::ApplyEnvironmentManagedActionResult
- 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
-
#action_description ⇒ String
A description of the managed action.
-
#action_id ⇒ String
The action ID of the managed action.
-
#action_type ⇒ String
The type of managed action.
-
#status ⇒ String
The status of the managed action.
Instance Attribute Details
#action_description ⇒ String
A description of the managed action.
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_id ⇒ String
The action ID of the managed action.
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_type ⇒ String
The type of managed action.
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 |
#status ⇒ String
The status of the managed action.
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 |