Class: Aws::Types::DescribeFleetInstancesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFleetInstancesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#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.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
5973 5974 5975 |
# File 'sig/types.rbs', line 5973 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
5977 5978 5979 |
# File 'sig/types.rbs', line 5977 def filters @filters end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
5976 5977 5978 |
# File 'sig/types.rbs', line 5976 def fleet_id @fleet_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
5974 5975 5976 |
# File 'sig/types.rbs', line 5974 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5975 5976 5977 |
# File 'sig/types.rbs', line 5975 def next_token @next_token end |