Class: Aws::Types::CreateDaemonRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDaemonRequest
- 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.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
-
#daemon_name ⇒ ::String
Returns the value of attribute daemon_name.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#capacity_provider_arns ⇒ ::Array[::String]
Returns the value of attribute capacity_provider_arns.
397 398 399 |
# File 'sig/types.rbs', line 397 def capacity_provider_arns @capacity_provider_arns end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
403 404 405 |
# File 'sig/types.rbs', line 403 def client_token @client_token end |
#cluster_arn ⇒ ::String
Returns the value of attribute cluster_arn.
395 396 397 |
# File 'sig/types.rbs', line 395 def cluster_arn @cluster_arn end |
#daemon_name ⇒ ::String
Returns the value of attribute daemon_name.
394 395 396 |
# File 'sig/types.rbs', line 394 def daemon_name @daemon_name end |
#daemon_task_definition_arn ⇒ ::String
Returns the value of attribute daemon_task_definition_arn.
396 397 398 |
# File 'sig/types.rbs', line 396 def daemon_task_definition_arn @daemon_task_definition_arn end |
#deployment_configuration ⇒ Types::DaemonDeploymentConfiguration
Returns the value of attribute deployment_configuration.
398 399 400 |
# File 'sig/types.rbs', line 398 def deployment_configuration @deployment_configuration end |
#enable_ecs_managed_tags ⇒ Boolean
Returns the value of attribute enable_ecs_managed_tags.
401 402 403 |
# File 'sig/types.rbs', line 401 def @enable_ecs_managed_tags end |
#enable_execute_command ⇒ Boolean
Returns the value of attribute enable_execute_command.
402 403 404 |
# File 'sig/types.rbs', line 402 def enable_execute_command @enable_execute_command end |
#propagate_tags ⇒ "DAEMON", "NONE"
Returns the value of attribute propagate_tags.
400 401 402 |
# File 'sig/types.rbs', line 400 def @propagate_tags end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
399 400 401 |
# File 'sig/types.rbs', line 399 def @tags end |