Class: Humidifier::ACMPCA::Certificate
- Defined in:
- lib/humidifier/magic.rb
Overview
A dynamically-defined class that represents an AWS::ACMPCA::Certificate resource
Constant Summary
Constants inherited from Resource
Instance Method Summary collapse
-
#api_passthrough ⇒ Object
returns the ApiPassthrough property.
-
#api_passthrough=(value) ⇒ Object
sets the ApiPassthrough property (Structure).
-
#certificate_authority_arn ⇒ Object
returns the CertificateAuthorityArn property.
-
#certificate_authority_arn=(value) ⇒ Object
sets the CertificateAuthorityArn property (String).
-
#certificate_signing_request ⇒ Object
returns the CertificateSigningRequest property.
-
#certificate_signing_request=(value) ⇒ Object
sets the CertificateSigningRequest property (String).
-
#signing_algorithm ⇒ Object
returns the SigningAlgorithm property.
-
#signing_algorithm=(value) ⇒ Object
sets the SigningAlgorithm property (String).
-
#template_arn ⇒ Object
returns the TemplateArn property.
-
#template_arn=(value) ⇒ Object
sets the TemplateArn property (String).
-
#validity ⇒ Object
returns the Validity property.
-
#validity=(value) ⇒ Object
sets the Validity property (Structure).
-
#validity_not_before ⇒ Object
returns the ValidityNotBefore property.
-
#validity_not_before=(value) ⇒ Object
sets the ValidityNotBefore property (Structure).
Methods inherited from Resource
#initialize, #method_missing, prop?, #respond_to_missing?, #to_cf, #update, #update_attributes, #update_property
Constructor Details
This class inherits a constructor from Humidifier::Resource
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Humidifier::Resource
Instance Method Details
#api_passthrough ⇒ Object
returns the ApiPassthrough property
10 11 12 |
# File 'lib/humidifier/magic.rb', line 10 def api_passthrough properties['api_passthrough'] end |
#api_passthrough=(value) ⇒ Object
sets the ApiPassthrough property (Structure)
15 16 17 |
# File 'lib/humidifier/magic.rb', line 15 def api_passthrough=(value) update_property('api_passthrough', value) end |
#certificate_authority_arn ⇒ Object
returns the CertificateAuthorityArn property
20 21 22 |
# File 'lib/humidifier/magic.rb', line 20 def properties['certificate_authority_arn'] end |
#certificate_authority_arn=(value) ⇒ Object
sets the CertificateAuthorityArn property (String)
25 26 27 |
# File 'lib/humidifier/magic.rb', line 25 def (value) update_property('certificate_authority_arn', value) end |
#certificate_signing_request ⇒ Object
returns the CertificateSigningRequest property
30 31 32 |
# File 'lib/humidifier/magic.rb', line 30 def certificate_signing_request properties['certificate_signing_request'] end |
#certificate_signing_request=(value) ⇒ Object
sets the CertificateSigningRequest property (String)
35 36 37 |
# File 'lib/humidifier/magic.rb', line 35 def certificate_signing_request=(value) update_property('certificate_signing_request', value) end |
#signing_algorithm ⇒ Object
returns the SigningAlgorithm property
40 41 42 |
# File 'lib/humidifier/magic.rb', line 40 def signing_algorithm properties['signing_algorithm'] end |
#signing_algorithm=(value) ⇒ Object
sets the SigningAlgorithm property (String)
45 46 47 |
# File 'lib/humidifier/magic.rb', line 45 def signing_algorithm=(value) update_property('signing_algorithm', value) end |
#template_arn ⇒ Object
returns the TemplateArn property
50 51 52 |
# File 'lib/humidifier/magic.rb', line 50 def template_arn properties['template_arn'] end |
#template_arn=(value) ⇒ Object
sets the TemplateArn property (String)
55 56 57 |
# File 'lib/humidifier/magic.rb', line 55 def template_arn=(value) update_property('template_arn', value) end |
#validity ⇒ Object
returns the Validity property
60 61 62 |
# File 'lib/humidifier/magic.rb', line 60 def validity properties['validity'] end |
#validity=(value) ⇒ Object
sets the Validity property (Structure)
65 66 67 |
# File 'lib/humidifier/magic.rb', line 65 def validity=(value) update_property('validity', value) end |
#validity_not_before ⇒ Object
returns the ValidityNotBefore property
70 71 72 |
# File 'lib/humidifier/magic.rb', line 70 def validity_not_before properties['validity_not_before'] end |
#validity_not_before=(value) ⇒ Object
sets the ValidityNotBefore property (Structure)
75 76 77 |
# File 'lib/humidifier/magic.rb', line 75 def validity_not_before=(value) update_property('validity_not_before', value) end |