Class: Aws::ElasticBeanstalk::Types::Cluster

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

Overview

Describes the Amazon EKS cluster that an environment runs on.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_arnString

The Amazon Resource Name (ARN) of the Amazon EKS cluster.

Returns:



637
638
639
640
641
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 637

class Cluster < Struct.new(
  :cluster_arn)
  SENSITIVE = []
  include Aws::Structure
end