Class: Aws::Inspector2::Types::AwsEksMetadataDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::AwsEksMetadataDetails
- Defined in:
- gems/aws-sdk-inspector2/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
-
#namespace ⇒ String
The namespace for an Amazon EKS cluster.
-
#workload_info_list ⇒ Array<Types::AwsEksWorkloadInfo>
The list of workloads.
Instance Attribute Details
#namespace ⇒ String
The namespace for an Amazon EKS cluster.
779 780 781 782 783 784 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 779 class AwsEksMetadataDetails < Struct.new( :namespace, :workload_info_list) SENSITIVE = [] include Aws::Structure end |
#workload_info_list ⇒ Array<Types::AwsEksWorkloadInfo>
The list of workloads.
779 780 781 782 783 784 |
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 779 class AwsEksMetadataDetails < Struct.new( :namespace, :workload_info_list) SENSITIVE = [] include Aws::Structure end |