Class: Aws::Types::DescribeFleetHistoryResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFleetHistoryResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#history_records ⇒ ::Array[Types::HistoryRecordEntry]
Returns the value of attribute history_records.
-
#last_evaluated_time ⇒ ::Time
Returns the value of attribute last_evaluated_time.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
5709 5710 5711 |
# File 'sig/types.rbs', line 5709 def fleet_id @fleet_id end |
#history_records ⇒ ::Array[Types::HistoryRecordEntry]
Returns the value of attribute history_records.
5706 5707 5708 |
# File 'sig/types.rbs', line 5706 def history_records @history_records end |
#last_evaluated_time ⇒ ::Time
Returns the value of attribute last_evaluated_time.
5707 5708 5709 |
# File 'sig/types.rbs', line 5707 def last_evaluated_time @last_evaluated_time end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5708 5709 5710 |
# File 'sig/types.rbs', line 5708 def next_token @next_token end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
5710 5711 5712 |
# File 'sig/types.rbs', line 5710 def start_time @start_time end |