Class: Aws::ElasticBeanstalk::Types::DescribeEnvironmentManagedActionHistoryResult

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#managed_action_history_itemsArray<Types::ManagedActionHistoryItem>

A list of completed and failed managed actions.



1828
1829
1830
1831
1832
1833
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 1828

class DescribeEnvironmentManagedActionHistoryResult < Struct.new(
  :managed_action_history_items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A pagination token that you pass to DescribeEnvironmentManagedActionHistory to get the next page of results.

Returns:

  • (String)


1828
1829
1830
1831
1832
1833
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 1828

class DescribeEnvironmentManagedActionHistoryResult < Struct.new(
  :managed_action_history_items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end