Class: Aws::Types::StartTaskRequest

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)


2500
2501
2502
# File 'sig/types.rbs', line 2500

def cluster
  @cluster
end

#container_instances::Array[::String]

Returns the value of attribute container_instances.

Returns:

  • (::Array[::String])


2501
2502
2503
# File 'sig/types.rbs', line 2501

def container_instances
  @container_instances
end

#enable_ecs_managed_tagsBoolean

Returns the value of attribute enable_ecs_managed_tags.

Returns:

  • (Boolean)


2502
2503
2504
# File 'sig/types.rbs', line 2502

def enable_ecs_managed_tags
  @enable_ecs_managed_tags
end

#enable_execute_commandBoolean

Returns the value of attribute enable_execute_command.

Returns:

  • (Boolean)


2503
2504
2505
# File 'sig/types.rbs', line 2503

def enable_execute_command
  @enable_execute_command
end

#group::String

Returns the value of attribute group.

Returns:

  • (::String)


2504
2505
2506
# File 'sig/types.rbs', line 2504

def group
  @group
end

#network_configurationTypes::NetworkConfiguration

Returns the value of attribute network_configuration.



2505
2506
2507
# File 'sig/types.rbs', line 2505

def network_configuration
  @network_configuration
end

#overridesTypes::TaskOverride

Returns the value of attribute overrides.

Returns:



2506
2507
2508
# File 'sig/types.rbs', line 2506

def overrides
  @overrides
end

#propagate_tags"TASK_DEFINITION", ...

Returns the value of attribute propagate_tags.

Returns:

  • ("TASK_DEFINITION", "SERVICE", "NONE")


2507
2508
2509
# File 'sig/types.rbs', line 2507

def propagate_tags
  @propagate_tags
end

#reference_id::String

Returns the value of attribute reference_id.

Returns:

  • (::String)


2508
2509
2510
# File 'sig/types.rbs', line 2508

def reference_id
  @reference_id
end

#started_by::String

Returns the value of attribute started_by.

Returns:

  • (::String)


2509
2510
2511
# File 'sig/types.rbs', line 2509

def started_by
  @started_by
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2510
2511
2512
# File 'sig/types.rbs', line 2510

def tags
  @tags
end

#task_definition::String

Returns the value of attribute task_definition.

Returns:

  • (::String)


2511
2512
2513
# File 'sig/types.rbs', line 2511

def task_definition
  @task_definition
end

#volume_configurations::Array[Types::TaskVolumeConfiguration]

Returns the value of attribute volume_configurations.

Returns:



2512
2513
2514
# File 'sig/types.rbs', line 2512

def volume_configurations
  @volume_configurations
end