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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
# File 'lib/aws-sdk-guardduty/types.rb', line 2783

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)


2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
# File 'lib/aws-sdk-guardduty/types.rb', line 2783

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

#nameString

EKS cluster name.

Returns:

  • (String)


2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
# File 'lib/aws-sdk-guardduty/types.rb', line 2783

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

#statusString

The EKS cluster status.

Returns:

  • (String)


2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
# File 'lib/aws-sdk-guardduty/types.rb', line 2783

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:



2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
# File 'lib/aws-sdk-guardduty/types.rb', line 2783

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)


2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
# File 'lib/aws-sdk-guardduty/types.rb', line 2783

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