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.
-
#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.
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.
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.
2887 2888 2889 |
# File 'sig/types.rbs', line 2887 def daemon_task_definition_arn @daemon_task_definition_arn end |
#deployment_configuration ⇒ Types::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_tags ⇒ Boolean
Returns the value of attribute enable_ecs_managed_tags.
2891 2892 2893 |
# File 'sig/types.rbs', line 2891 def @enable_ecs_managed_tags end |
#enable_execute_command ⇒ Boolean
Returns the value of attribute enable_execute_command.
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.
2890 2891 2892 |
# File 'sig/types.rbs', line 2890 def @propagate_tags end |