Class: Aws::ElasticBeanstalk::Types::ApplyEnvironmentManagedActionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::ApplyEnvironmentManagedActionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticbeanstalk/types.rb
Overview
Request to execute a scheduled managed action immediately.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_id ⇒ String
The action ID of the scheduled managed action to execute.
-
#environment_id ⇒ String
The environment ID of the target environment.
-
#environment_name ⇒ String
The name of the target environment.
Instance Attribute Details
#action_id ⇒ String
The action ID of the scheduled managed action to execute.
360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 360 class ApplyEnvironmentManagedActionRequest < Struct.new( :environment_name, :environment_id, :action_id) SENSITIVE = [] include Aws::Structure end |
#environment_id ⇒ String
The environment ID of the target environment.
360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 360 class ApplyEnvironmentManagedActionRequest < Struct.new( :environment_name, :environment_id, :action_id) SENSITIVE = [] include Aws::Structure end |
#environment_name ⇒ String
The name of the target environment.
360 361 362 363 364 365 366 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 360 class ApplyEnvironmentManagedActionRequest < Struct.new( :environment_name, :environment_id, :action_id) SENSITIVE = [] include Aws::Structure end |