Class: Aws::Types::CreateTaskSetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_provider_strategy::Array[Types::CapacityProviderStrategyItem]

Returns the value of attribute capacity_provider_strategy.



491
492
493
# File 'sig/types.rbs', line 491

def capacity_provider_strategy
  @capacity_provider_strategy
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


494
495
496
# File 'sig/types.rbs', line 494

def client_token
  @client_token
end

#cluster::String

Returns the value of attribute cluster.

Returns:

  • (::String)


484
485
486
# File 'sig/types.rbs', line 484

def cluster
  @cluster
end

#external_id::String

Returns the value of attribute external_id.

Returns:

  • (::String)


485
486
487
# File 'sig/types.rbs', line 485

def external_id
  @external_id
end

#launch_type"EC2", ...

Returns the value of attribute launch_type.

Returns:

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


490
491
492
# File 'sig/types.rbs', line 490

def launch_type
  @launch_type
end

#load_balancers::Array[Types::LoadBalancer]

Returns the value of attribute load_balancers.

Returns:



488
489
490
# File 'sig/types.rbs', line 488

def load_balancers
  @load_balancers
end

#network_configurationTypes::NetworkConfiguration

Returns the value of attribute network_configuration.



487
488
489
# File 'sig/types.rbs', line 487

def network_configuration
  @network_configuration
end

#platform_version::String

Returns the value of attribute platform_version.

Returns:

  • (::String)


492
493
494
# File 'sig/types.rbs', line 492

def platform_version
  @platform_version
end

#scaleTypes::Scale

Returns the value of attribute scale.

Returns:



493
494
495
# File 'sig/types.rbs', line 493

def scale
  @scale
end

#service::String

Returns the value of attribute service.

Returns:

  • (::String)


483
484
485
# File 'sig/types.rbs', line 483

def service
  @service
end

#service_registries::Array[Types::ServiceRegistry]

Returns the value of attribute service_registries.

Returns:



489
490
491
# File 'sig/types.rbs', line 489

def service_registries
  @service_registries
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



495
496
497
# File 'sig/types.rbs', line 495

def tags
  @tags
end

#task_definition::String

Returns the value of attribute task_definition.

Returns:

  • (::String)


486
487
488
# File 'sig/types.rbs', line 486

def task_definition
  @task_definition
end