Class: Aws::Types::DescribeFleetEventsInput
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFleetEventsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
791 792 793 |
# File 'sig/types.rbs', line 791 def end_time @end_time end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
789 790 791 |
# File 'sig/types.rbs', line 789 def fleet_id @fleet_id end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
792 793 794 |
# File 'sig/types.rbs', line 792 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
793 794 795 |
# File 'sig/types.rbs', line 793 def next_token @next_token end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
790 791 792 |
# File 'sig/types.rbs', line 790 def start_time @start_time end |