Class: Aws::Types::CreateTrustStoreInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateTrustStoreInput
- 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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#ca_certificates_bundle_s3_bucket ⇒ ::String
Returns the value of attribute ca_certificates_bundle_s3_bucket.
229 230 231 |
# File 'sig/types.rbs', line 229 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.
230 231 232 |
# File 'sig/types.rbs', line 230 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.
231 232 233 |
# File 'sig/types.rbs', line 231 def ca_certificates_bundle_s3_object_version @ca_certificates_bundle_s3_object_version end |
#name ⇒ ::String
Returns the value of attribute name.
228 229 230 |
# File 'sig/types.rbs', line 228 def name @name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
232 233 234 |
# File 'sig/types.rbs', line 232 def end |