Class: Aws::GameLift::Types::DescribeFleetEventsOutput

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

Overview

Represents the returned data in response to a request action.

Instance Attribute Summary collapse

Instance Attribute Details

#eventsArray<Types::Event>

Collection of objects containing event log entries for the specified fleet.

Returns:



1698
1699
1700
1701
1702
# File 'lib/aws-sdk-gamelift/types.rb', line 1698

class DescribeFleetEventsOutput < Struct.new(
  :events,
  :next_token)
  include Aws::Structure
end

#next_tokenString

Token that indicates where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.

Returns:

  • (String)


1698
1699
1700
1701
1702
# File 'lib/aws-sdk-gamelift/types.rb', line 1698

class DescribeFleetEventsOutput < Struct.new(
  :events,
  :next_token)
  include Aws::Structure
end