Class: Aws::Types::DaemonTaskDefinition
- Inherits:
-
Object
- Object
- Aws::Types::DaemonTaskDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_definitions ⇒ ::Array[Types::DaemonContainerDefinition]
Returns the value of attribute container_definitions.
-
#cpu ⇒ ::String
Returns the value of attribute cpu.
-
#daemon_task_definition_arn ⇒ ::String
Returns the value of attribute daemon_task_definition_arn.
-
#delete_requested_at ⇒ ::Time
Returns the value of attribute delete_requested_at.
-
#execution_role_arn ⇒ ::String
Returns the value of attribute execution_role_arn.
-
#family ⇒ ::String
Returns the value of attribute family.
-
#ipc_mode ⇒ "none", "shared"
Returns the value of attribute ipc_mode.
-
#memory ⇒ ::String
Returns the value of attribute memory.
-
#pid_mode ⇒ "none", "shared"
Returns the value of attribute pid_mode.
-
#registered_at ⇒ ::Time
Returns the value of attribute registered_at.
-
#registered_by ⇒ ::String
Returns the value of attribute registered_by.
-
#revision ⇒ ::Integer
Returns the value of attribute revision.
-
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
-
#task_role_arn ⇒ ::String
Returns the value of attribute task_role_arn.
-
#volumes ⇒ ::Array[Types::DaemonVolume]
Returns the value of attribute volumes.
Instance Attribute Details
#container_definitions ⇒ ::Array[Types::DaemonContainerDefinition]
Returns the value of attribute container_definitions.
701 702 703 |
# File 'sig/types.rbs', line 701 def container_definitions @container_definitions end |
#cpu ⇒ ::String
Returns the value of attribute cpu.
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.
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.
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.
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.
697 698 699 |
# File 'sig/types.rbs', line 697 def family @family end |
#ipc_mode ⇒ "none", "shared"
Returns the value of attribute ipc_mode.
710 711 712 |
# File 'sig/types.rbs', line 710 def ipc_mode @ipc_mode end |
#memory ⇒ ::String
Returns the value of attribute memory.
704 705 706 |
# File 'sig/types.rbs', line 704 def memory @memory end |
#pid_mode ⇒ "none", "shared"
Returns the value of attribute pid_mode.
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.
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.
708 709 710 |
# File 'sig/types.rbs', line 708 def registered_by @registered_by end |
#revision ⇒ ::Integer
Returns the value of attribute revision.
698 699 700 |
# File 'sig/types.rbs', line 698 def revision @revision end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
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.
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.
702 703 704 |
# File 'sig/types.rbs', line 702 def volumes @volumes end |