Class: Aws::Types::RunTaskRequest

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.



2176
2177
2178
# File 'sig/types.rbs', line 2176

def capacity_provider_strategy
  @capacity_provider_strategy
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2193
2194
2195
# File 'sig/types.rbs', line 2193

def client_token
  @client_token
end

#cluster::String

Returns the value of attribute cluster.

Returns:

  • (::String)


2177
2178
2179
# File 'sig/types.rbs', line 2177

def cluster
  @cluster
end

#count::Integer

Returns the value of attribute count.

Returns:

  • (::Integer)


2178
2179
2180
# File 'sig/types.rbs', line 2178

def count
  @count
end

#enable_ecs_managed_tagsBoolean

Returns the value of attribute enable_ecs_managed_tags.

Returns:

  • (Boolean)


2179
2180
2181
# File 'sig/types.rbs', line 2179

def enable_ecs_managed_tags
  @enable_ecs_managed_tags
end

#enable_execute_commandBoolean

Returns the value of attribute enable_execute_command.

Returns:

  • (Boolean)


2180
2181
2182
# File 'sig/types.rbs', line 2180

def enable_execute_command
  @enable_execute_command
end

#group::String

Returns the value of attribute group.

Returns:

  • (::String)


2181
2182
2183
# File 'sig/types.rbs', line 2181

def group
  @group
end

#launch_type"EC2", ...

Returns the value of attribute launch_type.

Returns:

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


2182
2183
2184
# File 'sig/types.rbs', line 2182

def launch_type
  @launch_type
end

#network_configurationTypes::NetworkConfiguration

Returns the value of attribute network_configuration.



2183
2184
2185
# File 'sig/types.rbs', line 2183

def network_configuration
  @network_configuration
end

#overridesTypes::TaskOverride

Returns the value of attribute overrides.

Returns:



2184
2185
2186
# File 'sig/types.rbs', line 2184

def overrides
  @overrides
end

#placement_constraints::Array[Types::PlacementConstraint]

Returns the value of attribute placement_constraints.

Returns:



2185
2186
2187
# File 'sig/types.rbs', line 2185

def placement_constraints
  @placement_constraints
end

#placement_strategy::Array[Types::PlacementStrategy]

Returns the value of attribute placement_strategy.

Returns:



2186
2187
2188
# File 'sig/types.rbs', line 2186

def placement_strategy
  @placement_strategy
end

#platform_version::String

Returns the value of attribute platform_version.

Returns:

  • (::String)


2187
2188
2189
# File 'sig/types.rbs', line 2187

def platform_version
  @platform_version
end

#propagate_tags"TASK_DEFINITION", ...

Returns the value of attribute propagate_tags.

Returns:

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


2188
2189
2190
# File 'sig/types.rbs', line 2188

def propagate_tags
  @propagate_tags
end

#reference_id::String

Returns the value of attribute reference_id.

Returns:

  • (::String)


2189
2190
2191
# File 'sig/types.rbs', line 2189

def reference_id
  @reference_id
end

#started_by::String

Returns the value of attribute started_by.

Returns:

  • (::String)


2190
2191
2192
# File 'sig/types.rbs', line 2190

def started_by
  @started_by
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2191
2192
2193
# File 'sig/types.rbs', line 2191

def tags
  @tags
end

#task_definition::String

Returns the value of attribute task_definition.

Returns:

  • (::String)


2192
2193
2194
# File 'sig/types.rbs', line 2192

def task_definition
  @task_definition
end

#volume_configurations::Array[Types::TaskVolumeConfiguration]

Returns the value of attribute volume_configurations.

Returns:



2194
2195
2196
# File 'sig/types.rbs', line 2194

def volume_configurations
  @volume_configurations
end