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.
1617 1618 1619 |
# File 'sig/types.rbs', line 1617 def cluster @cluster end |
#launch_type ⇒ "EC2", ...
Returns the value of attribute launch_type.
1620 1621 1622 |
# File 'sig/types.rbs', line 1620 def launch_type @launch_type end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1619 1620 1621 |
# File 'sig/types.rbs', line 1619 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1618 1619 1620 |
# File 'sig/types.rbs', line 1618 def next_token @next_token end |
#resource_management_type ⇒ "CUSTOMER", "ECS"
Returns the value of attribute resource_management_type.
1622 1623 1624 |
# File 'sig/types.rbs', line 1622 def resource_management_type @resource_management_type end |
#scheduling_strategy ⇒ "REPLICA", "DAEMON"
Returns the value of attribute scheduling_strategy.
1621 1622 1623 |
# File 'sig/types.rbs', line 1621 def scheduling_strategy @scheduling_strategy end |