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])


2904
2905
2906
# File 'sig/types.rbs', line 2904

def capacity_provider_arns
  @capacity_provider_arns
end

#criticalBoolean

Returns the value of attribute critical.

Returns:

  • (Boolean)


2909
2910
2911
# File 'sig/types.rbs', line 2909

def critical
  @critical
end

#daemon_arn::String

Returns the value of attribute daemon_arn.

Returns:

  • (::String)


2902
2903
2904
# File 'sig/types.rbs', line 2902

def daemon_arn
  @daemon_arn
end

#daemon_task_definition_arn::String

Returns the value of attribute daemon_task_definition_arn.

Returns:

  • (::String)


2903
2904
2905
# File 'sig/types.rbs', line 2903

def daemon_task_definition_arn
  @daemon_task_definition_arn
end

#deployment_configurationTypes::DaemonDeploymentConfiguration

Returns the value of attribute deployment_configuration.



2905
2906
2907
# File 'sig/types.rbs', line 2905

def deployment_configuration
  @deployment_configuration
end

#enable_ecs_managed_tagsBoolean

Returns the value of attribute enable_ecs_managed_tags.

Returns:

  • (Boolean)


2907
2908
2909
# File 'sig/types.rbs', line 2907

def enable_ecs_managed_tags
  @enable_ecs_managed_tags
end

#enable_execute_commandBoolean

Returns the value of attribute enable_execute_command.

Returns:

  • (Boolean)


2908
2909
2910
# File 'sig/types.rbs', line 2908

def enable_execute_command
  @enable_execute_command
end

#propagate_tags"DAEMON", "NONE"

Returns the value of attribute propagate_tags.

Returns:

  • ("DAEMON", "NONE")


2906
2907
2908
# File 'sig/types.rbs', line 2906

def propagate_tags
  @propagate_tags
end