Class: Aws::Types::TrustStore
- Inherits:
-
Object
- Object
- Aws::Types::TrustStore
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ca_content ⇒ ::String
Returns the value of attribute ca_content.
-
#crl_content ⇒ ::String
Returns the value of attribute crl_content.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
Instance Attribute Details
#ca_content ⇒ ::String
Returns the value of attribute ca_content.
1466 1467 1468 |
# File 'sig/types.rbs', line 1466 def ca_content @ca_content end |
#crl_content ⇒ ::String
Returns the value of attribute crl_content.
1467 1468 1469 |
# File 'sig/types.rbs', line 1467 def crl_content @crl_content end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
1468 1469 1470 |
# File 'sig/types.rbs', line 1468 def kms_key_arn @kms_key_arn end |