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)


2516
2517
2518
# File 'sig/types.rbs', line 2516

def cluster
  @cluster
end

#container_instances::Array[::String]

Returns the value of attribute container_instances.

Returns:

  • (::Array[::String])


2517
2518
2519
# File 'sig/types.rbs', line 2517

def container_instances
  @container_instances
end

#enable_ecs_managed_tagsBoolean

Returns the value of attribute enable_ecs_managed_tags.

Returns:

  • (Boolean)


2518
2519
2520
# File 'sig/types.rbs', line 2518

def enable_ecs_managed_tags
  @enable_ecs_managed_tags
end

#enable_execute_commandBoolean

Returns the value of attribute enable_execute_command.

Returns:

  • (Boolean)


2519
2520
2521
# File 'sig/types.rbs', line 2519

def enable_execute_command
  @enable_execute_command
end

#group::String

Returns the value of attribute group.

Returns:

  • (::String)


2520
2521
2522
# File 'sig/types.rbs', line 2520

def group
  @group
end

#network_configurationTypes::NetworkConfiguration

Returns the value of attribute network_configuration.



2521
2522
2523
# File 'sig/types.rbs', line 2521

def network_configuration
  @network_configuration
end

#overridesTypes::TaskOverride

Returns the value of attribute overrides.

Returns:



2522
2523
2524
# File 'sig/types.rbs', line 2522

def overrides
  @overrides
end

#propagate_tags"TASK_DEFINITION", ...

Returns the value of attribute propagate_tags.

Returns:

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


2523
2524
2525
# File 'sig/types.rbs', line 2523

def propagate_tags
  @propagate_tags
end

#reference_id::String

Returns the value of attribute reference_id.

Returns:

  • (::String)


2524
2525
2526
# File 'sig/types.rbs', line 2524

def reference_id
  @reference_id
end

#started_by::String

Returns the value of attribute started_by.

Returns:

  • (::String)


2525
2526
2527
# File 'sig/types.rbs', line 2525

def started_by
  @started_by
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2526
2527
2528
# File 'sig/types.rbs', line 2526

def tags
  @tags
end

#task_definition::String

Returns the value of attribute task_definition.

Returns:

  • (::String)


2527
2528
2529
# File 'sig/types.rbs', line 2527

def task_definition
  @task_definition
end

#volume_configurations::Array[Types::TaskVolumeConfiguration]

Returns the value of attribute volume_configurations.

Returns:



2528
2529
2530
# File 'sig/types.rbs', line 2528

def volume_configurations
  @volume_configurations
end