Class: Aws::GuardDuty::Types::EksClusterDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb

Overview

Details about the EKS cluster involved in a Kubernetes finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

EKS cluster ARN.

Returns:

  • (String)


2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2800

class EksClusterDetails < Struct.new(
  :name,
  :arn,
  :vpc_id,
  :status,
  :tags,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The timestamp when the EKS cluster was created.

Returns:

  • (Time)


2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2800

class EksClusterDetails < Struct.new(
  :name,
  :arn,
  :vpc_id,
  :status,
  :tags,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

EKS cluster name.

Returns:

  • (String)


2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2800

class EksClusterDetails < Struct.new(
  :name,
  :arn,
  :vpc_id,
  :status,
  :tags,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The EKS cluster status.

Returns:

  • (String)


2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2800

class EksClusterDetails < Struct.new(
  :name,
  :arn,
  :vpc_id,
  :status,
  :tags,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The EKS cluster tags.

Returns:



2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2800

class EksClusterDetails < Struct.new(
  :name,
  :arn,
  :vpc_id,
  :status,
  :tags,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end

#vpc_idString

The VPC ID to which the EKS cluster is attached.

Returns:

  • (String)


2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2800

class EksClusterDetails < Struct.new(
  :name,
  :arn,
  :vpc_id,
  :status,
  :tags,
  :created_at)
  SENSITIVE = []
  include Aws::Structure
end