Class: Aws::Types::ListServicesRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster::String

Returns the value of attribute cluster.

Returns:

  • (::String)


1633
1634
1635
# File 'sig/types.rbs', line 1633

def cluster
  @cluster
end

#launch_type"EC2", ...

Returns the value of attribute launch_type.

Returns:

  • ("EC2", "FARGATE", "EXTERNAL", "MANAGED_INSTANCES")


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • ("CUSTOMER", "ECS")


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.

Returns:

  • ("REPLICA", "DAEMON")


1637
1638
1639
# File 'sig/types.rbs', line 1637

def scheduling_strategy
  @scheduling_strategy
end