Class: Aws::Types::ModifyTrustStoreInput
- Inherits:
-
Object
- Object
- Aws::Types::ModifyTrustStoreInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ca_certificates_bundle_s3_bucket ⇒ ::String
Returns the value of attribute ca_certificates_bundle_s3_bucket.
-
#ca_certificates_bundle_s3_key ⇒ ::String
Returns the value of attribute ca_certificates_bundle_s3_key.
-
#ca_certificates_bundle_s3_object_version ⇒ ::String
Returns the value of attribute ca_certificates_bundle_s3_object_version.
-
#trust_store_arn ⇒ ::String
Returns the value of attribute trust_store_arn.
Instance Attribute Details
#ca_certificates_bundle_s3_bucket ⇒ ::String
Returns the value of attribute ca_certificates_bundle_s3_bucket.
840 841 842 |
# File 'sig/types.rbs', line 840 def ca_certificates_bundle_s3_bucket @ca_certificates_bundle_s3_bucket end |
#ca_certificates_bundle_s3_key ⇒ ::String
Returns the value of attribute ca_certificates_bundle_s3_key.
841 842 843 |
# File 'sig/types.rbs', line 841 def ca_certificates_bundle_s3_key @ca_certificates_bundle_s3_key end |
#ca_certificates_bundle_s3_object_version ⇒ ::String
Returns the value of attribute ca_certificates_bundle_s3_object_version.
842 843 844 |
# File 'sig/types.rbs', line 842 def ca_certificates_bundle_s3_object_version @ca_certificates_bundle_s3_object_version end |
#trust_store_arn ⇒ ::String
Returns the value of attribute trust_store_arn.
839 840 841 |
# File 'sig/types.rbs', line 839 def trust_store_arn @trust_store_arn end |