Class: Aws::ElasticBeanstalk::Types::DescribeEnvironmentManagedActionHistoryResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::DescribeEnvironmentManagedActionHistoryResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticbeanstalk/types.rb
Overview
A result message containing a list of completed and failed managed actions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#managed_action_history_items ⇒ Array<Types::ManagedActionHistoryItem>
A list of completed and failed managed actions.
-
#next_token ⇒ String
A pagination token that you pass to DescribeEnvironmentManagedActionHistory to get the next page of results.
Instance Attribute Details
#managed_action_history_items ⇒ Array<Types::ManagedActionHistoryItem>
A list of completed and failed managed actions.
1828 1829 1830 1831 1832 1833 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 1828 class DescribeEnvironmentManagedActionHistoryResult < Struct.new( :managed_action_history_items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token that you pass to DescribeEnvironmentManagedActionHistory to get the next page of results.
1828 1829 1830 1831 1832 1833 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 1828 class DescribeEnvironmentManagedActionHistoryResult < Struct.new( :managed_action_history_items, :next_token) SENSITIVE = [] include Aws::Structure end |