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

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


22466
22467
22468
22469
22470
22471
22472
22473
22474
22475
22476
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22466

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)


22466
22467
22468
22469
22470
22471
22472
22473
22474
22475
22476
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22466

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)


22466
22467
22468
22469
22470
22471
22472
22473
22474
22475
22476
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22466

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.

Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces, and date and time should be separated by T. For example, 2020-03-22T13:22:13.933Z.

Returns:

  • (String)


22466
22467
22468
22469
22470
22471
22472
22473
22474
22475
22476
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22466

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)


22466
22467
22468
22469
22470
22471
22472
22473
22474
22475
22476
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22466

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)


22466
22467
22468
22469
22470
22471
22472
22473
22474
22475
22476
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22466

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:



22466
22467
22468
22469
22470
22471
22472
22473
22474
22475
22476
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 22466

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