Class: Aws::Inspector2::Types::AwsEksMetadataDetails

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

Overview

The metadata for an Amazon EKS pod where an Amazon ECR image is in use.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#namespace ⇒ String

The namespace for an Amazon EKS cluster.

Returns:

  • (String)


886
887
888
889
890
891
# File 'lib/aws-sdk-inspector2/types.rb', line 886

class AwsEksMetadataDetails < Struct.new(
  :namespace,
  :workload_info_list)
  SENSITIVE = []
  include Aws::Structure
end

#workload_info_list ⇒ Array<Types::AwsEksWorkloadInfo>

The list of workloads.

Returns:



886
887
888
889
890
891
# File 'lib/aws-sdk-inspector2/types.rb', line 886

class AwsEksMetadataDetails < Struct.new(
  :namespace,
  :workload_info_list)
  SENSITIVE = []
  include Aws::Structure
end