Class: Aws::ElasticBeanstalk::Types::EventDescriptionsMessage

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticbeanstalk/types.rb

Overview

Result message wrapping a list of event descriptions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#eventsArray<Types::EventDescription>

A list of EventDescription.

Returns:



2601
2602
2603
2604
2605
2606
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2601

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

#next_tokenString

If returned, this indicates that there are more results to obtain. Use this token in the next DescribeEvents call to get the next batch of events.

Returns:

  • (String)


2601
2602
2603
2604
2605
2606
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2601

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