Class: Aws::Types::DaemonRevision
- Inherits:
-
Object
- Object
- Aws::Types::DaemonRevision
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#container_images ⇒ ::Array[Types::DaemonContainerImage]
Returns the value of attribute container_images.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#critical ⇒ Boolean
Returns the value of attribute critical.
-
#daemon_arn ⇒ ::String
Returns the value of attribute daemon_arn.
-
#daemon_revision_arn ⇒ ::String
Returns the value of attribute daemon_revision_arn.
-
#daemon_task_definition_arn ⇒ ::String
Returns the value of attribute daemon_task_definition_arn.
-
#enable_ecs_managed_tags ⇒ Boolean
Returns the value of attribute enable_ecs_managed_tags.
-
#enable_execute_command ⇒ Boolean
Returns the value of attribute enable_execute_command.
-
#propagate_tags ⇒ "DAEMON", "NONE"
Returns the value of attribute propagate_tags.
Instance Attribute Details
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
666 667 668 |
# File 'sig/types.rbs', line 666 def cluster_arn @cluster_arn end |
#container_images ⇒ ::Array[Types::DaemonContainerImage]
Returns the value of attribute container_images.
670 671 672 |
# File 'sig/types.rbs', line 670 def container_images @container_images end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
669 670 671 |
# File 'sig/types.rbs', line 669 def created_at @created_at end |
#critical ⇒ Boolean
Returns the value of attribute critical.
674 675 676 |
# File 'sig/types.rbs', line 674 def critical @critical end |
#daemon_arn ⇒ ::String
Returns the value of attribute daemon_arn.
667 668 669 |
# File 'sig/types.rbs', line 667 def daemon_arn @daemon_arn end |
#daemon_revision_arn ⇒ ::String
Returns the value of attribute daemon_revision_arn.
665 666 667 |
# File 'sig/types.rbs', line 665 def daemon_revision_arn @daemon_revision_arn end |
#daemon_task_definition_arn ⇒ ::String
Returns the value of attribute daemon_task_definition_arn.
668 669 670 |
# File 'sig/types.rbs', line 668 def daemon_task_definition_arn @daemon_task_definition_arn end |
#enable_ecs_managed_tags ⇒ Boolean
Returns the value of attribute enable_ecs_managed_tags.
672 673 674 |
# File 'sig/types.rbs', line 672 def end |
#enable_execute_command ⇒ Boolean
Returns the value of attribute enable_execute_command.
673 674 675 |
# File 'sig/types.rbs', line 673 def enable_execute_command @enable_execute_command end |
#propagate_tags ⇒ "DAEMON", "NONE"
Returns the value of attribute propagate_tags.
671 672 673 |
# File 'sig/types.rbs', line 671 def end |