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.
1946 1947 1948 |
# File 'sig/types.rbs', line 1946 def certificate_body @certificate_body end |
#certificate_chain ⇒ ::String
Returns the value of attribute certificate_chain.
1947 1948 1949 |
# File 'sig/types.rbs', line 1947 def certificate_chain @certificate_chain end |
#server_certificate_metadata ⇒ Types::ServerCertificateMetadata
Returns the value of attribute server_certificate_metadata.
1945 1946 1947 |
# File 'sig/types.rbs', line 1945 def @server_certificate_metadata end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1948 1949 1950 |
# File 'sig/types.rbs', line 1948 def @tags end |