Class: Aws::Types::SourceData
- Inherits:
-
Object
- Object
- Aws::Types::SourceData
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: AcmPcaArn, Unknown, X509CertificateData
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#acm_pca_arn ⇒ ::String
Returns the value of attribute acm_pca_arn.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#x509_certificate_data ⇒ ::String
Returns the value of attribute x509_certificate_data.
Instance Attribute Details
#acm_pca_arn ⇒ ::String
Returns the value of attribute acm_pca_arn.
257 258 259 |
# File 'sig/types.rbs', line 257 def acm_pca_arn @acm_pca_arn end |
#unknown ⇒ Object
Returns the value of attribute unknown.
258 259 260 |
# File 'sig/types.rbs', line 258 def unknown @unknown end |
#x509_certificate_data ⇒ ::String
Returns the value of attribute x509_certificate_data.
256 257 258 |
# File 'sig/types.rbs', line 256 def x509_certificate_data @x509_certificate_data end |