Class: Aws::Types::UpdateDaemonRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDaemonRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_provider_arns ⇒ ::Array[::String]
Returns the value of attribute capacity_provider_arns.
-
#critical ⇒ Boolean
Returns the value of attribute critical.
-
#daemon_arn ⇒ ::String
Returns the value of attribute daemon_arn.
-
#daemon_task_definition_arn ⇒ ::String
Returns the value of attribute daemon_task_definition_arn.
-
#deployment_configuration ⇒ Types::DaemonDeploymentConfiguration
Returns the value of attribute deployment_configuration.
-
#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
#capacity_provider_arns ⇒ ::Array[::String]
Returns the value of attribute capacity_provider_arns.
2904 2905 2906 |
# File 'sig/types.rbs', line 2904 def capacity_provider_arns @capacity_provider_arns end |
#critical ⇒ Boolean
Returns the value of attribute critical.
2909 2910 2911 |
# File 'sig/types.rbs', line 2909 def critical @critical end |
#daemon_arn ⇒ ::String
Returns the value of attribute daemon_arn.
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.
2903 2904 2905 |
# File 'sig/types.rbs', line 2903 def daemon_task_definition_arn @daemon_task_definition_arn end |
#deployment_configuration ⇒ Types::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_tags ⇒ Boolean
Returns the value of attribute enable_ecs_managed_tags.
2907 2908 2909 |
# File 'sig/types.rbs', line 2907 def end |
#enable_execute_command ⇒ Boolean
Returns the value of attribute enable_execute_command.
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.
2906 2907 2908 |
# File 'sig/types.rbs', line 2906 def end |