Class: Aws::Types::ListServicesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListServicesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster ⇒ ::String
Returns the value of attribute cluster.
-
#launch_type ⇒ "EC2", ...
Returns the value of attribute launch_type.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#resource_management_type ⇒ "CUSTOMER", "ECS"
Returns the value of attribute resource_management_type.
-
#scheduling_strategy ⇒ "REPLICA", "DAEMON"
Returns the value of attribute scheduling_strategy.
Instance Attribute Details
#cluster ⇒ ::String
Returns the value of attribute cluster.
1633 1634 1635 |
# File 'sig/types.rbs', line 1633 def cluster @cluster end |
#launch_type ⇒ "EC2", ...
Returns the value of attribute launch_type.
1636 1637 1638 |
# File 'sig/types.rbs', line 1636 def launch_type @launch_type end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1635 1636 1637 |
# File 'sig/types.rbs', line 1635 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1634 1635 1636 |
# File 'sig/types.rbs', line 1634 def next_token @next_token end |
#resource_management_type ⇒ "CUSTOMER", "ECS"
Returns the value of attribute resource_management_type.
1638 1639 1640 |
# File 'sig/types.rbs', line 1638 def resource_management_type @resource_management_type end |
#scheduling_strategy ⇒ "REPLICA", "DAEMON"
Returns the value of attribute scheduling_strategy.
1637 1638 1639 |
# File 'sig/types.rbs', line 1637 def scheduling_strategy @scheduling_strategy end |