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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticbeanstalk/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:

  • (String)


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

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