Class: Aws::Types::DescribeSpotFleetRequestHistoryResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#history_records::Array[Types::HistoryRecord]

Returns the value of attribute history_records.

Returns:



7360
7361
7362
# File 'sig/types.rbs', line 7360

def history_records
  @history_records
end

#last_evaluated_time::Time

Returns the value of attribute last_evaluated_time.

Returns:

  • (::Time)


7361
7362
7363
# File 'sig/types.rbs', line 7361

def last_evaluated_time
  @last_evaluated_time
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7362
7363
7364
# File 'sig/types.rbs', line 7362

def next_token
  @next_token
end

#spot_fleet_request_id::String

Returns the value of attribute spot_fleet_request_id.

Returns:

  • (::String)


7363
7364
7365
# File 'sig/types.rbs', line 7363

def spot_fleet_request_id
  @spot_fleet_request_id
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


7364
7365
7366
# File 'sig/types.rbs', line 7364

def start_time
  @start_time
end