Class: Aws::Types::CaCertificatesBundleSource
- Inherits:
-
Object
- Object
- Aws::Types::CaCertificatesBundleSource
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: CaCertificatesBundleS3Location, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ca_certificates_bundle_s3_location ⇒ Types::CaCertificatesBundleS3Location
Returns the value of attribute ca_certificates_bundle_s3_location.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#ca_certificates_bundle_s3_location ⇒ Types::CaCertificatesBundleS3Location
Returns the value of attribute ca_certificates_bundle_s3_location.
138 139 140 |
# File 'sig/types.rbs', line 138 def ca_certificates_bundle_s3_location @ca_certificates_bundle_s3_location end |
#unknown ⇒ Object
Returns the value of attribute unknown.
139 140 141 |
# File 'sig/types.rbs', line 139 def unknown @unknown end |