Class: Aws::Types::GetTrustStoreCertificateResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetTrustStoreCertificateResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate ⇒ Types::Certificate
Returns the value of attribute certificate.
-
#trust_store_arn ⇒ ::String
Returns the value of attribute trust_store_arn.
Instance Attribute Details
#certificate ⇒ Types::Certificate
Returns the value of attribute certificate.
651 652 653 |
# File 'sig/types.rbs', line 651 def certificate @certificate end |
#trust_store_arn ⇒ ::String
Returns the value of attribute trust_store_arn.
650 651 652 |
# File 'sig/types.rbs', line 650 def trust_store_arn @trust_store_arn end |