Class: Aws::ElasticBeanstalk::Types::DescribeEnvironmentManagedActionHistoryRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::DescribeEnvironmentManagedActionHistoryRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticbeanstalk/types.rb
Overview
Request to list completed and failed 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.
-
#max_items ⇒ Integer
The maximum number of items to return for a single request.
-
#next_token ⇒ String
The pagination token returned by a previous request.
Instance Attribute Details
#environment_id ⇒ String
The environment ID of the target environment.
1804 1805 1806 1807 1808 1809 1810 1811 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 1804 class DescribeEnvironmentManagedActionHistoryRequest < Struct.new( :environment_id, :environment_name, :next_token, :max_items) SENSITIVE = [] include Aws::Structure end |
#environment_name ⇒ String
The name of the target environment.
1804 1805 1806 1807 1808 1809 1810 1811 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 1804 class DescribeEnvironmentManagedActionHistoryRequest < Struct.new( :environment_id, :environment_name, :next_token, :max_items) SENSITIVE = [] include Aws::Structure end |
#max_items ⇒ Integer
The maximum number of items to return for a single request.
1804 1805 1806 1807 1808 1809 1810 1811 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 1804 class DescribeEnvironmentManagedActionHistoryRequest < Struct.new( :environment_id, :environment_name, :next_token, :max_items) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token returned by a previous request.
1804 1805 1806 1807 1808 1809 1810 1811 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 1804 class DescribeEnvironmentManagedActionHistoryRequest < Struct.new( :environment_id, :environment_name, :next_token, :max_items) SENSITIVE = [] include Aws::Structure end |