Class: Aws::ElasticBeanstalk::Types::DescribeEnvironmentManagedActionHistoryResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::DescribeEnvironmentManagedActionHistoryResult
- Defined in:
- gems/aws-sdk-elasticbeanstalk/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.
2189 2190 2191 2192 2193 2194 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 2189 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.
2189 2190 2191 2192 2193 2194 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 2189 class DescribeEnvironmentManagedActionHistoryResult < Struct.new( :managed_action_history_items, :next_token) SENSITIVE = [] include Aws::Structure end |