Class: Aws::Types::DescribeFleetHistoryResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#fleet_id::String

Returns the value of attribute fleet_id.

Returns:

  • (::String)


5892
5893
5894
# File 'sig/types.rbs', line 5892

def fleet_id
  @fleet_id
end

#history_records::Array[Types::HistoryRecordEntry]

Returns the value of attribute history_records.

Returns:



5889
5890
5891
# File 'sig/types.rbs', line 5889

def history_records
  @history_records
end

#last_evaluated_time::Time

Returns the value of attribute last_evaluated_time.

Returns:

  • (::Time)


5890
5891
5892
# File 'sig/types.rbs', line 5890

def last_evaluated_time
  @last_evaluated_time
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5891
5892
5893
# File 'sig/types.rbs', line 5891

def next_token
  @next_token
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


5893
5894
5895
# File 'sig/types.rbs', line 5893

def start_time
  @start_time
end