Class: Aws::Types::CreateDaemonRequest

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


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


396
397
398
# File 'sig/types.rbs', line 396

def daemon_task_definition_arn
  @daemon_task_definition_arn
end

#deployment_configurationTypes::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_tagsBoolean

Returns the value of attribute enable_ecs_managed_tags.

Returns:

  • (Boolean)


401
402
403
# File 'sig/types.rbs', line 401

def enable_ecs_managed_tags
  @enable_ecs_managed_tags
end

#enable_execute_commandBoolean

Returns the value of attribute enable_execute_command.

Returns:

  • (Boolean)


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.

Returns:

  • ("DAEMON", "NONE")


400
401
402
# File 'sig/types.rbs', line 400

def propagate_tags
  @propagate_tags
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



399
400
401
# File 'sig/types.rbs', line 399

def tags
  @tags
end