Class: Aws::Types::ContainerTaskConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:ecr_uri, :task_execution_role, :command, :environment_variables])

Instance Attribute Summary collapse

Instance Attribute Details

#command::Array[::String]

Returns the value of attribute command.

Returns:

  • (::Array[::String])


826
827
828
# File 'sig/types.rbs', line 826

def command
  @command
end

#ecr_uri::String

Returns the value of attribute ecr_uri.

Returns:

  • (::String)


822
823
824
# File 'sig/types.rbs', line 822

def ecr_uri
  @ecr_uri
end

#environment_variables::Hash[::String, ::String]

Returns the value of attribute environment_variables.

Returns:

  • (::Hash[::String, ::String])


828
829
830
# File 'sig/types.rbs', line 828

def environment_variables
  @environment_variables
end

#processing_type"GENERIC_COMPUTE_PROCESSING", "HARDWARE_ACCELERATED_PROCESSING"

Returns the value of attribute processing_type.

Returns:

  • ("GENERIC_COMPUTE_PROCESSING", "HARDWARE_ACCELERATED_PROCESSING")


824
825
826
# File 'sig/types.rbs', line 824

def processing_type
  @processing_type
end

#processing_unit"UNITS_2", ...

Returns the value of attribute processing_unit.

Returns:

  • ("UNITS_2", "UNITS_4", "UNITS_8", "UNITS_12", "UNITS_16", "UNITS_24", "UNITS_32", "UNITS_36", "UNITS_48", "UNITS_60", "UNITS_64", "UNITS_72", "UNITS_84", "UNITS_96")


825
826
827
# File 'sig/types.rbs', line 825

def processing_unit
  @processing_unit
end

#task_execution_role::String

Returns the value of attribute task_execution_role.

Returns:

  • (::String)


823
824
825
# File 'sig/types.rbs', line 823

def task_execution_role
  @task_execution_role
end

#timeout_seconds::Integer

Returns the value of attribute timeout_seconds.

Returns:

  • (::Integer)


827
828
829
# File 'sig/types.rbs', line 827

def timeout_seconds
  @timeout_seconds
end