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.
708 709 710 |
# File 'sig/types.rbs', line 708 def container_definitions @container_definitions end |
#cpu ⇒ ::String
Returns the value of attribute cpu.
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.
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.
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.
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.
704 705 706 |
# File 'sig/types.rbs', line 704 def family @family end |
#ipc_mode ⇒ "none", "shared"
Returns the value of attribute ipc_mode.
717 718 719 |
# File 'sig/types.rbs', line 717 def ipc_mode @ipc_mode end |
#memory ⇒ ::String
Returns the value of attribute memory.
711 712 713 |
# File 'sig/types.rbs', line 711 def memory @memory end |
#pid_mode ⇒ "none", "shared"
Returns the value of attribute pid_mode.
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.
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.
715 716 717 |
# File 'sig/types.rbs', line 715 def registered_by @registered_by end |
#revision ⇒ ::Integer
Returns the value of attribute revision.
705 706 707 |
# File 'sig/types.rbs', line 705 def revision @revision end |
#status ⇒ "ACTIVE", ...
Returns the value of attribute status.
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.
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.
709 710 711 |
# File 'sig/types.rbs', line 709 def volumes @volumes end |