Class: Aws::Types::DescribeFleetsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFleetsRequest
- 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_ids ⇒ ::Array[::String]
Returns the value of attribute fleet_ids.
-
#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.
5998 5999 6000 |
# File 'sig/types.rbs', line 5998 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
6002 6003 6004 |
# File 'sig/types.rbs', line 6002 def filters @filters end |
#fleet_ids ⇒ ::Array[::String]
Returns the value of attribute fleet_ids.
6001 6002 6003 |
# File 'sig/types.rbs', line 6001 def fleet_ids @fleet_ids end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
5999 6000 6001 |
# File 'sig/types.rbs', line 5999 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6000 6001 6002 |
# File 'sig/types.rbs', line 6000 def next_token @next_token end |