Class: Aws::EKS::Types::DescribeCertificateAuthorityRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EKS::Types::DescribeCertificateAuthorityRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eks/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate_authority_id ⇒ String
The ID of the certificate authority to describe.
-
#cluster_name ⇒ String
The name of your cluster.
Instance Attribute Details
#certificate_authority_id ⇒ String
The ID of the certificate authority to describe.
4110 4111 4112 4113 4114 4115 |
# File 'lib/aws-sdk-eks/types.rb', line 4110 class DescribeCertificateAuthorityRequest < Struct.new( :cluster_name, :certificate_authority_id) SENSITIVE = [] include Aws::Structure end |
#cluster_name ⇒ String
The name of your cluster.
4110 4111 4112 4113 4114 4115 |
# File 'lib/aws-sdk-eks/types.rb', line 4110 class DescribeCertificateAuthorityRequest < Struct.new( :cluster_name, :certificate_authority_id) SENSITIVE = [] include Aws::Structure end |