Module: Aws::EC2::Client::_DescribeFleetHistoryResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeFleetHistoryResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #fleet_id ⇒ ::String
- #history_records ⇒ ::Array[Types::HistoryRecordEntry]
- #last_evaluated_time ⇒ ::Time
- #next_token ⇒ ::String
- #start_time ⇒ ::Time
Instance Method Details
#fleet_id ⇒ ::String
5922 |
# File 'sig/client.rbs', line 5922
def fleet_id: () -> ::String
|
#history_records ⇒ ::Array[Types::HistoryRecordEntry]
5919 |
# File 'sig/client.rbs', line 5919
def history_records: () -> ::Array[Types::HistoryRecordEntry]
|
#last_evaluated_time ⇒ ::Time
5920 |
# File 'sig/client.rbs', line 5920
def last_evaluated_time: () -> ::Time
|
#next_token ⇒ ::String
5921 |
# File 'sig/client.rbs', line 5921
def next_token: () -> ::String
|
#start_time ⇒ ::Time
5923 |
# File 'sig/client.rbs', line 5923
def start_time: () -> ::Time
|