Class: Aws::ECS::Types::DaemonVolume

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb

Overview

A data volume definition for a daemon task.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hostTypes::HostVolumeProperties

The contents of the host parameter determine whether your bind mount host volume persists on the host container instance and where it's stored.



4933
4934
4935
4936
4937
4938
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4933

class DaemonVolume < Struct.new(
  :name,
  :host)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the volume. Up to 255 letters (uppercase and lowercase), numbers, underscores, and hyphens are allowed.

Returns:

  • (String)


4933
4934
4935
4936
4937
4938
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 4933

class DaemonVolume < Struct.new(
  :name,
  :host)
  SENSITIVE = []
  include Aws::Structure
end