Class: Aws::Types::DescribeSpotFleetRequestHistoryResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSpotFleetRequestHistoryResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#history_records ⇒ ::Array[Types::HistoryRecord]
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.
-
#spot_fleet_request_id ⇒ ::String
Returns the value of attribute spot_fleet_request_id.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#history_records ⇒ ::Array[Types::HistoryRecord]
Returns the value of attribute history_records.
7177 7178 7179 |
# File 'sig/types.rbs', line 7177 def history_records @history_records end |
#last_evaluated_time ⇒ ::Time
Returns the value of attribute last_evaluated_time.
7178 7179 7180 |
# File 'sig/types.rbs', line 7178 def last_evaluated_time @last_evaluated_time end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7179 7180 7181 |
# File 'sig/types.rbs', line 7179 def next_token @next_token end |
#spot_fleet_request_id ⇒ ::String
Returns the value of attribute spot_fleet_request_id.
7180 7181 7182 |
# File 'sig/types.rbs', line 7180 def spot_fleet_request_id @spot_fleet_request_id end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
7181 7182 7183 |
# File 'sig/types.rbs', line 7181 def start_time @start_time end |