Class: Aws::GuardDuty::Types::EksClusterDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::EksClusterDetails
- 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
-
#arn ⇒ String
EKS cluster ARN.
-
#created_at ⇒ Time
The timestamp when the EKS cluster was created.
-
#name ⇒ String
EKS cluster name.
-
#status ⇒ String
The EKS cluster status.
-
#tags ⇒ Array<Types::Tag>
The EKS cluster tags.
-
#vpc_id ⇒ String
The VPC ID to which the EKS cluster is attached.
Instance Attribute Details
#arn ⇒ String
EKS cluster ARN.
3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3080 class EksClusterDetails < Struct.new( :name, :arn, :vpc_id, :status, :tags, :created_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp when the EKS cluster was created.
3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3080 class EksClusterDetails < Struct.new( :name, :arn, :vpc_id, :status, :tags, :created_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
EKS cluster name.
3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3080 class EksClusterDetails < Struct.new( :name, :arn, :vpc_id, :status, :tags, :created_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The EKS cluster status.
3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3080 class EksClusterDetails < Struct.new( :name, :arn, :vpc_id, :status, :tags, :created_at) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The EKS cluster tags.
3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3080 class EksClusterDetails < Struct.new( :name, :arn, :vpc_id, :status, :tags, :created_at) SENSITIVE = [] include Aws::Structure end |
#vpc_id ⇒ String
The VPC ID to which the EKS cluster is attached.
3080 3081 3082 3083 3084 3085 3086 3087 3088 3089 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 3080 class EksClusterDetails < Struct.new( :name, :arn, :vpc_id, :status, :tags, :created_at) SENSITIVE = [] include Aws::Structure end |