Class: AwsKmsKey::Backend::AwsClientApi

Inherits:
AwsBackendBase show all
Defined in:
lib/resources/aws/aws_kms_key.rb

Instance Attribute Summary

Attributes inherited from AwsBackendBase

#aws_transport

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_key(query) ⇒ Object



91
92
93
# File 'lib/resources/aws/aws_kms_key.rb', line 91

def describe_key(query)
  aws_service_client.describe_key(query)
end

#get_key_rotation_status(query) ⇒ Object



95
96
97
# File 'lib/resources/aws/aws_kms_key.rb', line 95

def get_key_rotation_status(query)
  aws_service_client.get_key_rotation_status(query)
end