Class: Aws::Types::UploadServerCertificateResponse
- Inherits:
-
Object
- Object
- Aws::Types::UploadServerCertificateResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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
#server_certificate_metadata ⇒ Types::ServerCertificateMetadata
Returns the value of attribute server_certificate_metadata.
2344 2345 2346 |
# File 'sig/types.rbs', line 2344 def @server_certificate_metadata end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2345 2346 2347 |
# File 'sig/types.rbs', line 2345 def @tags end |