Class: Aws::Types::ServerCertificate
- Inherits:
-
Object
- Object
- Aws::Types::ServerCertificate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate_body ⇒ ::String
Returns the value of attribute certificate_body.
-
#certificate_chain ⇒ ::String
Returns the value of attribute certificate_chain.
-
#server_certificate_metadata ⇒ Types::ServerCertificateMetadata
Returns the value of attribute server_certificate_metadata.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#certificate_body ⇒ ::String
Returns the value of attribute certificate_body.
2050 2051 2052 |
# File 'sig/types.rbs', line 2050 def certificate_body @certificate_body end |
#certificate_chain ⇒ ::String
Returns the value of attribute certificate_chain.
2051 2052 2053 |
# File 'sig/types.rbs', line 2051 def certificate_chain @certificate_chain end |
#server_certificate_metadata ⇒ Types::ServerCertificateMetadata
Returns the value of attribute server_certificate_metadata.
2049 2050 2051 |
# File 'sig/types.rbs', line 2049 def @server_certificate_metadata end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2052 2053 2054 |
# File 'sig/types.rbs', line 2052 def @tags end |