Class: Aws::ElasticBeanstalk::Types::EventDescriptionsMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::EventDescriptionsMessage
- Defined in:
- gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb
Overview
Result message wrapping a list of event descriptions.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#events ⇒ Array<Types::EventDescription>
A list of EventDescription.
-
#next_token ⇒ String
If returned, this indicates that there are more results to obtain.
Instance Attribute Details
#events ⇒ Array<Types::EventDescription>
A list of EventDescription.
2601 2602 2603 2604 2605 2606 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 2601 class EventDescriptionsMessage < Struct.new( :events, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
2601 2602 2603 2604 2605 2606 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 2601 class EventDescriptionsMessage < Struct.new( :events, :next_token) SENSITIVE = [] include Aws::Structure end |