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)


1617
1618
1619
# File 'sig/types.rbs', line 1617

def cluster
  @cluster
end

#launch_type"EC2", ...

Returns the value of attribute launch_type.

Returns:

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


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • ("CUSTOMER", "ECS")


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.

Returns:

  • ("REPLICA", "DAEMON")


1621
1622
1623
# File 'sig/types.rbs', line 1621

def scheduling_strategy
  @scheduling_strategy
end