Class: Aws::Types::DaemonTaskDefinition

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#container_definitions::Array[Types::DaemonContainerDefinition]

Returns the value of attribute container_definitions.

Returns:



701
702
703
# File 'sig/types.rbs', line 701

def container_definitions
  @container_definitions
end

#cpu::String

Returns the value of attribute cpu.

Returns:

  • (::String)


703
704
705
# File 'sig/types.rbs', line 703

def cpu
  @cpu
end

#daemon_task_definition_arn::String

Returns the value of attribute daemon_task_definition_arn.

Returns:

  • (::String)


696
697
698
# File 'sig/types.rbs', line 696

def daemon_task_definition_arn
  @daemon_task_definition_arn
end

#delete_requested_at::Time

Returns the value of attribute delete_requested_at.

Returns:

  • (::Time)


707
708
709
# File 'sig/types.rbs', line 707

def delete_requested_at
  @delete_requested_at
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


700
701
702
# File 'sig/types.rbs', line 700

def execution_role_arn
  @execution_role_arn
end

#family::String

Returns the value of attribute family.

Returns:

  • (::String)


697
698
699
# File 'sig/types.rbs', line 697

def family
  @family
end

#ipc_mode"none", "shared"

Returns the value of attribute ipc_mode.

Returns:

  • ("none", "shared")


710
711
712
# File 'sig/types.rbs', line 710

def ipc_mode
  @ipc_mode
end

#memory::String

Returns the value of attribute memory.

Returns:

  • (::String)


704
705
706
# File 'sig/types.rbs', line 704

def memory
  @memory
end

#pid_mode"none", "shared"

Returns the value of attribute pid_mode.

Returns:

  • ("none", "shared")


709
710
711
# File 'sig/types.rbs', line 709

def pid_mode
  @pid_mode
end

#registered_at::Time

Returns the value of attribute registered_at.

Returns:

  • (::Time)


706
707
708
# File 'sig/types.rbs', line 706

def registered_at
  @registered_at
end

#registered_by::String

Returns the value of attribute registered_by.

Returns:

  • (::String)


708
709
710
# File 'sig/types.rbs', line 708

def registered_by
  @registered_by
end

#revision::Integer

Returns the value of attribute revision.

Returns:

  • (::Integer)


698
699
700
# File 'sig/types.rbs', line 698

def revision
  @revision
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "DELETE_IN_PROGRESS", "DELETED")


705
706
707
# File 'sig/types.rbs', line 705

def status
  @status
end

#task_role_arn::String

Returns the value of attribute task_role_arn.

Returns:

  • (::String)


699
700
701
# File 'sig/types.rbs', line 699

def task_role_arn
  @task_role_arn
end

#volumes::Array[Types::DaemonVolume]

Returns the value of attribute volumes.

Returns:



702
703
704
# File 'sig/types.rbs', line 702

def volumes
  @volumes
end