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.
-
#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.
661 662 663 |
# File 'sig/types.rbs', line 661 def cluster_arn @cluster_arn end |
#container_images ⇒ ::Array[Types::DaemonContainerImage]
Returns the value of attribute container_images.
665 666 667 |
# File 'sig/types.rbs', line 665 def container_images @container_images end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
664 665 666 |
# File 'sig/types.rbs', line 664 def created_at @created_at end |
#daemon_arn ⇒ ::String
Returns the value of attribute daemon_arn.
662 663 664 |
# File 'sig/types.rbs', line 662 def daemon_arn @daemon_arn end |
#daemon_revision_arn ⇒ ::String
Returns the value of attribute daemon_revision_arn.
660 661 662 |
# File 'sig/types.rbs', line 660 def daemon_revision_arn @daemon_revision_arn end |
#daemon_task_definition_arn ⇒ ::String
Returns the value of attribute daemon_task_definition_arn.
663 664 665 |
# File 'sig/types.rbs', line 663 def daemon_task_definition_arn @daemon_task_definition_arn end |
#enable_ecs_managed_tags ⇒ Boolean
Returns the value of attribute enable_ecs_managed_tags.
667 668 669 |
# File 'sig/types.rbs', line 667 def @enable_ecs_managed_tags end |
#enable_execute_command ⇒ Boolean
Returns the value of attribute enable_execute_command.
668 669 670 |
# File 'sig/types.rbs', line 668 def enable_execute_command @enable_execute_command end |
#propagate_tags ⇒ "DAEMON", "NONE"
Returns the value of attribute propagate_tags.
666 667 668 |
# File 'sig/types.rbs', line 666 def @propagate_tags end |