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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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.



11601
11602
11603
11604
11605
11606
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11601

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)


11601
11602
11603
11604
11605
11606
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 11601

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