Class: Aws::Types::TrustStoreConfig
- Inherits:
-
Object
- Object
- Aws::Types::TrustStoreConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#advertise_trust_store_ca_names ⇒ Boolean
Returns the value of attribute advertise_trust_store_ca_names.
-
#ignore_certificate_expiry ⇒ Boolean
Returns the value of attribute ignore_certificate_expiry.
-
#trust_store_id ⇒ ::String
Returns the value of attribute trust_store_id.
Instance Attribute Details
#advertise_trust_store_ca_names ⇒ Boolean
Returns the value of attribute advertise_trust_store_ca_names.
3825 3826 3827 |
# File 'sig/types.rbs', line 3825 def advertise_trust_store_ca_names @advertise_trust_store_ca_names end |
#ignore_certificate_expiry ⇒ Boolean
Returns the value of attribute ignore_certificate_expiry.
3826 3827 3828 |
# File 'sig/types.rbs', line 3826 def ignore_certificate_expiry @ignore_certificate_expiry end |
#trust_store_id ⇒ ::String
Returns the value of attribute trust_store_id.
3824 3825 3826 |
# File 'sig/types.rbs', line 3824 def trust_store_id @trust_store_id end |