Class: Aws::EKS::Types::DescribeCertificateAuthorityRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#certificate_authority_idString

The ID of the certificate authority to describe.

Returns:

  • (String)


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_nameString

The name of your cluster.

Returns:

  • (String)


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