Class: Aws::SecurityHub::Types::AwsEcsTaskVolumeDetails

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-securityhub/types.rb

Overview

Provides information about a data volume that’s used in a task definition.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#hostTypes::AwsEcsTaskVolumeHostDetails

This parameter is specified when you use bind mount host volumes. The contents of the ‘host` parameter determine whether your bind mount host volume persists on the host container instance and where it’s stored.



11607
11608
11609
11610
11611
11612
# File 'lib/aws-sdk-securityhub/types.rb', line 11607

class AwsEcsTaskVolumeDetails < 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. This name is referenced in the ‘sourceVolume` parameter of container definition `mountPoints`.

Returns:

  • (String)


11607
11608
11609
11610
11611
11612
# File 'lib/aws-sdk-securityhub/types.rb', line 11607

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