Class: Cartography::CustomCname::Certificate

Inherits:
Object
  • Object
show all
Defined in:
lib/cartography/custom_cname.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(params = {}) ⇒ Certificate

Returns a new instance of Certificate.



49
50
51
# File 'lib/cartography/custom_cname.rb', line 49

def initialize(params = {})
  @arn = params["Arn"]
end

Instance Attribute Details

#arnObject (readonly)

Returns the value of attribute arn.



47
48
49
# File 'lib/cartography/custom_cname.rb', line 47

def arn
  @arn
end