Class: Aws::Types::CertificateSettings
- Inherits:
-
Object
- Object
- Aws::Types::CertificateSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#custom_certificate_arn ⇒ ::String
Returns the value of attribute custom_certificate_arn.
132 133 134 |
# File 'sig/types.rbs', line 132 def custom_certificate_arn @custom_certificate_arn end |
#type ⇒ "AMPLIFY_MANAGED", "CUSTOM"
Returns the value of attribute type.
131 132 133 |
# File 'sig/types.rbs', line 131 def type @type end |