Class: AwsEksCluster::Backend::AwsClientApi
- Inherits:
-
AwsBackendBase
- Object
- AwsBackendBase
- AwsEksCluster::Backend::AwsClientApi
- Defined in:
- lib/resources/aws/aws_eks_cluster.rb
Instance Attribute Summary
Attributes inherited from AwsBackendBase
Instance Method Summary collapse
Methods inherited from AwsBackendBase
#aws_service_client, #initialize
Constructor Details
This class inherits a constructor from AwsBackendBase
Instance Method Details
#describe_cluster(query = {}) ⇒ Object
96 97 98 |
# File 'lib/resources/aws/aws_eks_cluster.rb', line 96 def describe_cluster(query = {}) aws_service_client.describe_cluster(query) end |