Class: Aws::EC2::Types::DescribeFleetHistoryResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#fleet_idString

The ID of the EC Fleet.

Returns:

  • (String)


10505
10506
10507
10508
10509
10510
10511
10512
# File 'lib/aws-sdk-ec2/types.rb', line 10505

class DescribeFleetHistoryResult < Struct.new(
  :history_records,
  :last_evaluated_time,
  :next_token,
  :fleet_id,
  :start_time)
  include Aws::Structure
end

#history_recordsArray<Types::HistoryRecordEntry>

Information about the events in the history of the EC2 Fleet.

Returns:



10505
10506
10507
10508
10509
10510
10511
10512
# File 'lib/aws-sdk-ec2/types.rb', line 10505

class DescribeFleetHistoryResult < Struct.new(
  :history_records,
  :last_evaluated_time,
  :next_token,
  :fleet_id,
  :start_time)
  include Aws::Structure
end

#last_evaluated_timeTime

The last date and time for the events, in UTC format (for example, YYYY-MM-*DD*T*HH*:MM:*SS*Z). All records up to this time were retrieved.

If ‘nextToken` indicates that there are more results, this value is not present.

Returns:

  • (Time)


10505
10506
10507
10508
10509
10510
10511
10512
# File 'lib/aws-sdk-ec2/types.rb', line 10505

class DescribeFleetHistoryResult < Struct.new(
  :history_records,
  :last_evaluated_time,
  :next_token,
  :fleet_id,
  :start_time)
  include Aws::Structure
end

#next_tokenString

The token for the next set of results.

Returns:

  • (String)


10505
10506
10507
10508
10509
10510
10511
10512
# File 'lib/aws-sdk-ec2/types.rb', line 10505

class DescribeFleetHistoryResult < Struct.new(
  :history_records,
  :last_evaluated_time,
  :next_token,
  :fleet_id,
  :start_time)
  include Aws::Structure
end

#start_timeTime

The start date and time for the events, in UTC format (for example, YYYY-MM-*DD*T*HH*:MM:*SS*Z).

Returns:

  • (Time)


10505
10506
10507
10508
10509
10510
10511
10512
# File 'lib/aws-sdk-ec2/types.rb', line 10505

class DescribeFleetHistoryResult < Struct.new(
  :history_records,
  :last_evaluated_time,
  :next_token,
  :fleet_id,
  :start_time)
  include Aws::Structure
end