Class: Aws::Types::ListFleetsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListFleetsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
Instance Attribute Details
#display_name ⇒ ::String
Returns the value of attribute display_name.
2026 2027 2028 |
# File 'sig/types.rbs', line 2026 def display_name @display_name end |
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
2022 2023 2024 |
# File 'sig/types.rbs', line 2022 def farm_id @farm_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2024 2025 2026 |
# File 'sig/types.rbs', line 2024 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2023 2024 2025 |
# File 'sig/types.rbs', line 2023 def next_token @next_token end |
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
2025 2026 2027 |
# File 'sig/types.rbs', line 2025 def principal_id @principal_id end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
2027 2028 2029 |
# File 'sig/types.rbs', line 2027 def status @status end |