Class: Aws::Types::TLSCertificateConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::TLSCertificateConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_provider_type ⇒ "PEM"
Returns the value of attribute certificate_provider_type.
-
#private_certificate_secret_arn ⇒ ::String
Returns the value of attribute private_certificate_secret_arn.
-
#public_certificate_secret_arn ⇒ ::String
Returns the value of attribute public_certificate_secret_arn.
Instance Attribute Details
#certificate_provider_type ⇒ "PEM"
Returns the value of attribute certificate_provider_type.
628 629 630 |
# File 'sig/types.rbs', line 628 def certificate_provider_type @certificate_provider_type end |
#private_certificate_secret_arn ⇒ ::String
Returns the value of attribute private_certificate_secret_arn.
630 631 632 |
# File 'sig/types.rbs', line 630 def private_certificate_secret_arn @private_certificate_secret_arn end |
#public_certificate_secret_arn ⇒ ::String
Returns the value of attribute public_certificate_secret_arn.
629 630 631 |
# File 'sig/types.rbs', line 629 def public_certificate_secret_arn @public_certificate_secret_arn end |