Class: Aws::Types::Certificate
- Inherits:
-
Object
- Object
- Aws::Types::Certificate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_verification_dns_record ⇒ ::String
Returns the value of attribute certificate_verification_dns_record.
-
#custom_certificate_arn ⇒ ::String
Returns the value of attribute custom_certificate_arn.
-
#type ⇒ "AMPLIFY_MANAGED", "CUSTOM"
Returns the value of attribute type.
Instance Attribute Details
#certificate_verification_dns_record ⇒ ::String
Returns the value of attribute certificate_verification_dns_record.
126 127 128 |
# File 'sig/types.rbs', line 126 def certificate_verification_dns_record @certificate_verification_dns_record end |
#custom_certificate_arn ⇒ ::String
Returns the value of attribute custom_certificate_arn.
125 126 127 |
# File 'sig/types.rbs', line 125 def custom_certificate_arn @custom_certificate_arn end |
#type ⇒ "AMPLIFY_MANAGED", "CUSTOM"
Returns the value of attribute type.
124 125 126 |
# File 'sig/types.rbs', line 124 def type @type end |