Class: Aws::Types::UpdateDaemonRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_provider_arns::Array[::String]

Returns the value of attribute capacity_provider_arns.

Returns:

  • (::Array[::String])


2888
2889
2890
# File 'sig/types.rbs', line 2888

def capacity_provider_arns
  @capacity_provider_arns
end

#daemon_arn::String

Returns the value of attribute daemon_arn.

Returns:

  • (::String)


2886
2887
2888
# File 'sig/types.rbs', line 2886

def daemon_arn
  @daemon_arn
end

#daemon_task_definition_arn::String

Returns the value of attribute daemon_task_definition_arn.

Returns:

  • (::String)


2887
2888
2889
# File 'sig/types.rbs', line 2887

def daemon_task_definition_arn
  @daemon_task_definition_arn
end

#deployment_configurationTypes::DaemonDeploymentConfiguration

Returns the value of attribute deployment_configuration.



2889
2890
2891
# File 'sig/types.rbs', line 2889

def deployment_configuration
  @deployment_configuration
end

#enable_ecs_managed_tagsBoolean

Returns the value of attribute enable_ecs_managed_tags.

Returns:

  • (Boolean)


2891
2892
2893
# File 'sig/types.rbs', line 2891

def enable_ecs_managed_tags
  @enable_ecs_managed_tags
end

#enable_execute_commandBoolean

Returns the value of attribute enable_execute_command.

Returns:

  • (Boolean)


2892
2893
2894
# File 'sig/types.rbs', line 2892

def enable_execute_command
  @enable_execute_command
end

#propagate_tags"DAEMON", "NONE"

Returns the value of attribute propagate_tags.

Returns:

  • ("DAEMON", "NONE")


2890
2891
2892
# File 'sig/types.rbs', line 2890

def propagate_tags
  @propagate_tags
end