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:



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

def container_definitions
  @container_definitions
end

#cpu::String

Returns the value of attribute cpu.

Returns:

  • (::String)


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

def cpu
  @cpu
end

#daemon_task_definition_arn::String

Returns the value of attribute daemon_task_definition_arn.

Returns:

  • (::String)


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

def daemon_task_definition_arn
  @daemon_task_definition_arn
end

#delete_requested_at::Time

Returns the value of attribute delete_requested_at.

Returns:

  • (::Time)


714
715
716
# File 'sig/types.rbs', line 714

def delete_requested_at
  @delete_requested_at
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


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

def execution_role_arn
  @execution_role_arn
end

#family::String

Returns the value of attribute family.

Returns:

  • (::String)


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

def family
  @family
end

#ipc_mode"none", "shared"

Returns the value of attribute ipc_mode.

Returns:

  • ("none", "shared")


717
718
719
# File 'sig/types.rbs', line 717

def ipc_mode
  @ipc_mode
end

#memory::String

Returns the value of attribute memory.

Returns:

  • (::String)


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

def memory
  @memory
end

#pid_mode"none", "shared"

Returns the value of attribute pid_mode.

Returns:

  • ("none", "shared")


716
717
718
# File 'sig/types.rbs', line 716

def pid_mode
  @pid_mode
end

#registered_at::Time

Returns the value of attribute registered_at.

Returns:

  • (::Time)


713
714
715
# File 'sig/types.rbs', line 713

def registered_at
  @registered_at
end

#registered_by::String

Returns the value of attribute registered_by.

Returns:

  • (::String)


715
716
717
# File 'sig/types.rbs', line 715

def registered_by
  @registered_by
end

#revision::Integer

Returns the value of attribute revision.

Returns:

  • (::Integer)


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

def revision
  @revision
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

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


712
713
714
# File 'sig/types.rbs', line 712

def status
  @status
end

#task_role_arn::String

Returns the value of attribute task_role_arn.

Returns:

  • (::String)


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

def task_role_arn
  @task_role_arn
end

#volumes::Array[Types::DaemonVolume]

Returns the value of attribute volumes.

Returns:



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

def volumes
  @volumes
end