Class: Aws::Types::CreateTrustStoreRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateTrustStoreRequest
- 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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ Types::Tags
Returns the value of attribute tags.
-
#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.
793 794 795 |
# File 'sig/types.rbs', line 793 def ca_certificates_bundle_source @ca_certificates_bundle_source end |
#name ⇒ ::String
Returns the value of attribute name.
792 793 794 |
# File 'sig/types.rbs', line 792 def name @name end |
#tags ⇒ Types::Tags
Returns the value of attribute tags.
795 796 797 |
# File 'sig/types.rbs', line 795 def @tags end |
#use_client_certificate_ocsp_endpoint ⇒ Boolean
Returns the value of attribute use_client_certificate_ocsp_endpoint.
794 795 796 |
# File 'sig/types.rbs', line 794 def use_client_certificate_ocsp_endpoint @use_client_certificate_ocsp_endpoint end |