Class: Stax::Aws::Acm
Constant Summary
Constants inherited from Sdk
Class Method Summary collapse
Methods inherited from Sdk
Class Method Details
.client ⇒ Object
7 8 9 |
# File 'lib/stax/aws/acm.rb', line 7 def client @_client ||= ::Aws::ACM::Client.new end |
.describe(arn) ⇒ Object
11 12 13 |
# File 'lib/stax/aws/acm.rb', line 11 def describe(arn) client.describe_certificate(certificate_arn: arn)&.certificate end |