Class: Aws::Types::GetTrustStoreCertificateRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetTrustStoreCertificateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#thumbprint ⇒ ::String
Returns the value of attribute thumbprint.
-
#trust_store_arn ⇒ ::String
Returns the value of attribute trust_store_arn.
Instance Attribute Details
#thumbprint ⇒ ::String
Returns the value of attribute thumbprint.
645 646 647 |
# File 'sig/types.rbs', line 645 def thumbprint @thumbprint end |
#trust_store_arn ⇒ ::String
Returns the value of attribute trust_store_arn.
644 645 646 |
# File 'sig/types.rbs', line 644 def trust_store_arn @trust_store_arn end |