Class: Aws::Types::EcsParameters

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.

Returns:



497
498
499
# File 'sig/types.rbs', line 497

def capacity_provider_strategy
  @capacity_provider_strategy
end

#enable_ecs_managed_tagsBoolean

Returns the value of attribute enable_ecs_managed_tags.

Returns:



498
499
500
# File 'sig/types.rbs', line 498

def enable_ecs_managed_tags
  @enable_ecs_managed_tags
end

#enable_execute_commandBoolean

Returns the value of attribute enable_execute_command.

Returns:



499
500
501
# File 'sig/types.rbs', line 499

def enable_execute_command
  @enable_execute_command
end

#group::String

Returns the value of attribute group.

Returns:



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

def group
  @group
end

#launch_type"EC2", ...

Returns the value of attribute launch_type.

Returns:



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

def launch_type
  @launch_type
end

#network_configurationTypes::NetworkConfiguration

Returns the value of attribute network_configuration.

Returns:



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

def network_configuration
  @network_configuration
end

#placement_constraints::Array[Types::PlacementConstraint]

Returns the value of attribute placement_constraints.

Returns:



500
501
502
# File 'sig/types.rbs', line 500

def placement_constraints
  @placement_constraints
end

#placement_strategy::Array[Types::PlacementStrategy]

Returns the value of attribute placement_strategy.

Returns:



501
502
503
# File 'sig/types.rbs', line 501

def placement_strategy
  @placement_strategy
end

#platform_version::String

Returns the value of attribute platform_version.

Returns:



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

def platform_version
  @platform_version
end

#propagate_tags"TASK_DEFINITION"

Returns the value of attribute propagate_tags.

Returns:



502
503
504
# File 'sig/types.rbs', line 502

def propagate_tags
  @propagate_tags
end

#reference_id::String

Returns the value of attribute reference_id.

Returns:



503
504
505
# File 'sig/types.rbs', line 503

def reference_id
  @reference_id
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



504
505
506
# File 'sig/types.rbs', line 504

def tags
  @tags
end

#task_count::Integer

Returns the value of attribute task_count.

Returns:



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

def task_count
  @task_count
end

#task_definition_arn::String

Returns the value of attribute task_definition_arn.

Returns:



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

def task_definition_arn
  @task_definition_arn
end