Class: Aws::ElasticBeanstalk::Types::Cluster
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::Cluster
- 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
-
#cluster_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon EKS cluster.
Instance Attribute Details
#cluster_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon EKS cluster.
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 |