Class: Aws::ElasticBeanstalk::Types::DescribeEnvironmentManagedActionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::DescribeEnvironmentManagedActionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticbeanstalk/types.rb
Overview
Request to list an environment’s upcoming and in-progress managed actions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#environment_id ⇒ String
The environment ID of the target environment.
-
#environment_name ⇒ String
The name of the target environment.
-
#status ⇒ String
To show only actions with a particular status, specify a status.
Instance Attribute Details
#environment_id ⇒ String
The environment ID of the target environment.
1852 1853 1854 1855 1856 1857 1858 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 1852 class DescribeEnvironmentManagedActionsRequest < Struct.new( :environment_name, :environment_id, :status) SENSITIVE = [] include Aws::Structure end |
#environment_name ⇒ String
The name of the target environment.
1852 1853 1854 1855 1856 1857 1858 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 1852 class DescribeEnvironmentManagedActionsRequest < Struct.new( :environment_name, :environment_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
To show only actions with a particular status, specify a status.
1852 1853 1854 1855 1856 1857 1858 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 1852 class DescribeEnvironmentManagedActionsRequest < Struct.new( :environment_name, :environment_id, :status) SENSITIVE = [] include Aws::Structure end |