Class: Aws::Types::CertificateSearchResult
- Inherits:
-
Object
- Object
- Aws::Types::CertificateSearchResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
-
#certificate_metadata ⇒ Types::CertificateMetadata
Returns the value of attribute certificate_metadata.
-
#x509_attributes ⇒ Types::X509Attributes
Returns the value of attribute x509_attributes.
Instance Attribute Details
#certificate_arn ⇒ ::String
Returns the value of attribute certificate_arn.
283 284 285 |
# File 'sig/types.rbs', line 283 def certificate_arn @certificate_arn end |
#certificate_metadata ⇒ Types::CertificateMetadata
Returns the value of attribute certificate_metadata.
285 286 287 |
# File 'sig/types.rbs', line 285 def @certificate_metadata end |
#x509_attributes ⇒ Types::X509Attributes
Returns the value of attribute x509_attributes.
284 285 286 |
# File 'sig/types.rbs', line 284 def x509_attributes @x509_attributes end |