Class: Aws::EC2::Types::DescribeSpotFleetRequestHistoryResponse

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

Overview

Contains the output of DescribeSpotFleetRequestHistory.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#history_recordsArray<Types::HistoryRecord>

Information about the events in the history of the Spot Fleet request.

Returns:



24823
24824
24825
24826
24827
24828
24829
24830
24831
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 24823

class DescribeSpotFleetRequestHistoryResponse < Struct.new(
  :history_records,
  :last_evaluated_time,
  :next_token,
  :spot_fleet_request_id,
  :start_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_evaluated_timeTime

The last date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). All records up to this time were retrieved.

If nextToken indicates that there are more items, this value is not present.

Returns:

  • (Time)


24823
24824
24825
24826
24827
24828
24829
24830
24831
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 24823

class DescribeSpotFleetRequestHistoryResponse < Struct.new(
  :history_records,
  :last_evaluated_time,
  :next_token,
  :spot_fleet_request_id,
  :start_time)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to include in another request to get the next page of items. This value is null when there are no more items to return.

Returns:

  • (String)


24823
24824
24825
24826
24827
24828
24829
24830
24831
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 24823

class DescribeSpotFleetRequestHistoryResponse < Struct.new(
  :history_records,
  :last_evaluated_time,
  :next_token,
  :spot_fleet_request_id,
  :start_time)
  SENSITIVE = []
  include Aws::Structure
end

#spot_fleet_request_idString

The ID of the Spot Fleet request.

Returns:

  • (String)


24823
24824
24825
24826
24827
24828
24829
24830
24831
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 24823

class DescribeSpotFleetRequestHistoryResponse < Struct.new(
  :history_records,
  :last_evaluated_time,
  :next_token,
  :spot_fleet_request_id,
  :start_time)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The starting date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

Returns:

  • (Time)


24823
24824
24825
24826
24827
24828
24829
24830
24831
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 24823

class DescribeSpotFleetRequestHistoryResponse < Struct.new(
  :history_records,
  :last_evaluated_time,
  :next_token,
  :spot_fleet_request_id,
  :start_time)
  SENSITIVE = []
  include Aws::Structure
end