Class: Aws::SecurityHub::Types::ContainerDetails

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

Overview

Container details related to a finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#container_runtimeString

The runtime of the container.

Returns:

  • (String)


22505
22506
22507
22508
22509
22510
22511
22512
22513
22514
22515
# File 'lib/aws-sdk-securityhub/types.rb', line 22505

class ContainerDetails < Struct.new(
  :container_runtime,
  :name,
  :image_id,
  :image_name,
  :launched_at,
  :volume_mounts,
  :privileged)
  SENSITIVE = []
  include Aws::Structure
end

#image_idString

The identifier of the container image related to a finding.

Returns:

  • (String)


22505
22506
22507
22508
22509
22510
22511
22512
22513
22514
22515
# File 'lib/aws-sdk-securityhub/types.rb', line 22505

class ContainerDetails < Struct.new(
  :container_runtime,
  :name,
  :image_id,
  :image_name,
  :launched_at,
  :volume_mounts,
  :privileged)
  SENSITIVE = []
  include Aws::Structure
end

#image_nameString

The name of the container image related to a finding.

Returns:

  • (String)


22505
22506
22507
22508
22509
22510
22511
22512
22513
22514
22515
# File 'lib/aws-sdk-securityhub/types.rb', line 22505

class ContainerDetails < Struct.new(
  :container_runtime,
  :name,
  :image_id,
  :image_name,
  :launched_at,
  :volume_mounts,
  :privileged)
  SENSITIVE = []
  include Aws::Structure
end

#launched_atString

Indicates when the container started.

For more information about the validation and formatting of timestamp fields in Security Hub, see [Timestamps].

[1]: docs.aws.amazon.com/securityhub/1.0/APIReference/Welcome.html#timestamps

Returns:

  • (String)


22505
22506
22507
22508
22509
22510
22511
22512
22513
22514
22515
# File 'lib/aws-sdk-securityhub/types.rb', line 22505

class ContainerDetails < Struct.new(
  :container_runtime,
  :name,
  :image_id,
  :image_name,
  :launched_at,
  :volume_mounts,
  :privileged)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the container related to a finding.

Returns:

  • (String)


22505
22506
22507
22508
22509
22510
22511
22512
22513
22514
22515
# File 'lib/aws-sdk-securityhub/types.rb', line 22505

class ContainerDetails < Struct.new(
  :container_runtime,
  :name,
  :image_id,
  :image_name,
  :launched_at,
  :volume_mounts,
  :privileged)
  SENSITIVE = []
  include Aws::Structure
end

#privilegedBoolean

When this parameter is ‘true`, the container is given elevated privileges on the host container instance (similar to the root user).

Returns:

  • (Boolean)


22505
22506
22507
22508
22509
22510
22511
22512
22513
22514
22515
# File 'lib/aws-sdk-securityhub/types.rb', line 22505

class ContainerDetails < Struct.new(
  :container_runtime,
  :name,
  :image_id,
  :image_name,
  :launched_at,
  :volume_mounts,
  :privileged)
  SENSITIVE = []
  include Aws::Structure
end

#volume_mountsArray<Types::VolumeMount>

Provides information about the mounting of a volume in a container.

Returns:



22505
22506
22507
22508
22509
22510
22511
22512
22513
22514
22515
# File 'lib/aws-sdk-securityhub/types.rb', line 22505

class ContainerDetails < Struct.new(
  :container_runtime,
  :name,
  :image_id,
  :image_name,
  :launched_at,
  :volume_mounts,
  :privileged)
  SENSITIVE = []
  include Aws::Structure
end