Class: Aws::Types::DescribeFleetHistoryRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFleetHistoryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#event_type ⇒ "instance-change", ...
Returns the value of attribute event_type.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
5696 5697 5698 |
# File 'sig/types.rbs', line 5696 def dry_run @dry_run end |
#event_type ⇒ "instance-change", ...
Returns the value of attribute event_type.
5697 5698 5699 |
# File 'sig/types.rbs', line 5697 def event_type @event_type end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
5700 5701 5702 |
# File 'sig/types.rbs', line 5700 def fleet_id @fleet_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
5698 5699 5700 |
# File 'sig/types.rbs', line 5698 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5699 5700 5701 |
# File 'sig/types.rbs', line 5699 def next_token @next_token end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
5701 5702 5703 |
# File 'sig/types.rbs', line 5701 def start_time @start_time end |