Class: Aws::Types::UpdateTrustStoreRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateTrustStoreRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ca_certificates_bundle_source ⇒ Types::CaCertificatesBundleSource
Returns the value of attribute ca_certificates_bundle_source.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#if_match ⇒ ::String
Returns the value of attribute if_match.
-
#use_client_certificate_ocsp_endpoint ⇒ Boolean
Returns the value of attribute use_client_certificate_ocsp_endpoint.
Instance Attribute Details
#ca_certificates_bundle_source ⇒ Types::CaCertificatesBundleSource
Returns the value of attribute ca_certificates_bundle_source.
4165 4166 4167 |
# File 'sig/types.rbs', line 4165 def ca_certificates_bundle_source @ca_certificates_bundle_source end |
#id ⇒ ::String
Returns the value of attribute id.
4164 4165 4166 |
# File 'sig/types.rbs', line 4164 def id @id end |
#if_match ⇒ ::String
Returns the value of attribute if_match.
4167 4168 4169 |
# File 'sig/types.rbs', line 4167 def if_match @if_match end |
#use_client_certificate_ocsp_endpoint ⇒ Boolean
Returns the value of attribute use_client_certificate_ocsp_endpoint.
4166 4167 4168 |
# File 'sig/types.rbs', line 4166 def use_client_certificate_ocsp_endpoint @use_client_certificate_ocsp_endpoint end |