class Stax::Aws::Acm

Public Class Methods

client() click to toggle source
# File lib/stax/aws/acm.rb, line 9
def client
  @_client ||= ::Aws::ACM::Client.new
end
describe(arn) click to toggle source
# File lib/stax/aws/acm.rb, line 13
def describe(arn)
  client.describe_certificate(certificate_arn: arn)&.certificate
end