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.
5923 5924 5925 |
# File 'sig/types.rbs', line 5923 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
5927 5928 5929 |
# File 'sig/types.rbs', line 5927 def filters @filters end |
#fleet_ids ⇒ ::Array[::String]
Returns the value of attribute fleet_ids.
5926 5927 5928 |
# File 'sig/types.rbs', line 5926 def fleet_ids @fleet_ids end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
5924 5925 5926 |
# File 'sig/types.rbs', line 5924 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5925 5926 5927 |
# File 'sig/types.rbs', line 5925 def next_token @next_token end |