Class: Aws::Types::DaemonRevision

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arn::String

Returns the value of attribute cluster_arn.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


663
664
665
# File 'sig/types.rbs', line 663

def daemon_task_definition_arn
  @daemon_task_definition_arn
end

#enable_ecs_managed_tagsBoolean

Returns the value of attribute enable_ecs_managed_tags.

Returns:

  • (Boolean)


667
668
669
# File 'sig/types.rbs', line 667

def enable_ecs_managed_tags
  @enable_ecs_managed_tags
end

#enable_execute_commandBoolean

Returns the value of attribute enable_execute_command.

Returns:

  • (Boolean)


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.

Returns:

  • ("DAEMON", "NONE")


666
667
668
# File 'sig/types.rbs', line 666

def propagate_tags
  @propagate_tags
end