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.



2160
2161
2162
# File 'sig/types.rbs', line 2160

def capacity_provider_strategy
  @capacity_provider_strategy
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


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

def client_token
  @client_token
end

#cluster::String

Returns the value of attribute cluster.

Returns:

  • (::String)


2161
2162
2163
# File 'sig/types.rbs', line 2161

def cluster
  @cluster
end

#count::Integer

Returns the value of attribute count.

Returns:

  • (::Integer)


2162
2163
2164
# File 'sig/types.rbs', line 2162

def count
  @count
end

#enable_ecs_managed_tagsBoolean

Returns the value of attribute enable_ecs_managed_tags.

Returns:

  • (Boolean)


2163
2164
2165
# File 'sig/types.rbs', line 2163

def enable_ecs_managed_tags
  @enable_ecs_managed_tags
end

#enable_execute_commandBoolean

Returns the value of attribute enable_execute_command.

Returns:

  • (Boolean)


2164
2165
2166
# File 'sig/types.rbs', line 2164

def enable_execute_command
  @enable_execute_command
end

#group::String

Returns the value of attribute group.

Returns:

  • (::String)


2165
2166
2167
# File 'sig/types.rbs', line 2165

def group
  @group
end

#launch_type"EC2", ...

Returns the value of attribute launch_type.

Returns:

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


2166
2167
2168
# File 'sig/types.rbs', line 2166

def launch_type
  @launch_type
end

#network_configurationTypes::NetworkConfiguration

Returns the value of attribute network_configuration.



2167
2168
2169
# File 'sig/types.rbs', line 2167

def network_configuration
  @network_configuration
end

#overridesTypes::TaskOverride

Returns the value of attribute overrides.

Returns:



2168
2169
2170
# File 'sig/types.rbs', line 2168

def overrides
  @overrides
end

#placement_constraints::Array[Types::PlacementConstraint]

Returns the value of attribute placement_constraints.

Returns:



2169
2170
2171
# File 'sig/types.rbs', line 2169

def placement_constraints
  @placement_constraints
end

#placement_strategy::Array[Types::PlacementStrategy]

Returns the value of attribute placement_strategy.

Returns:



2170
2171
2172
# File 'sig/types.rbs', line 2170

def placement_strategy
  @placement_strategy
end

#platform_version::String

Returns the value of attribute platform_version.

Returns:

  • (::String)


2171
2172
2173
# File 'sig/types.rbs', line 2171

def platform_version
  @platform_version
end

#propagate_tags"TASK_DEFINITION", ...

Returns the value of attribute propagate_tags.

Returns:

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


2172
2173
2174
# File 'sig/types.rbs', line 2172

def propagate_tags
  @propagate_tags
end

#reference_id::String

Returns the value of attribute reference_id.

Returns:

  • (::String)


2173
2174
2175
# File 'sig/types.rbs', line 2173

def reference_id
  @reference_id
end

#started_by::String

Returns the value of attribute started_by.

Returns:

  • (::String)


2174
2175
2176
# File 'sig/types.rbs', line 2174

def started_by
  @started_by
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



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

def tags
  @tags
end

#task_definition::String

Returns the value of attribute task_definition.

Returns:

  • (::String)


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

def task_definition
  @task_definition
end

#volume_configurations::Array[Types::TaskVolumeConfiguration]

Returns the value of attribute volume_configurations.

Returns:



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

def volume_configurations
  @volume_configurations
end