Class: Aws::Types::UpdateServerCertificateRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateServerCertificateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#new_path ⇒ ::String
Returns the value of attribute new_path.
-
#new_server_certificate_name ⇒ ::String
Returns the value of attribute new_server_certificate_name.
-
#server_certificate_name ⇒ ::String
Returns the value of attribute server_certificate_name.
Instance Attribute Details
#new_path ⇒ ::String
Returns the value of attribute new_path.
2296 2297 2298 |
# File 'sig/types.rbs', line 2296 def new_path @new_path end |
#new_server_certificate_name ⇒ ::String
Returns the value of attribute new_server_certificate_name.
2297 2298 2299 |
# File 'sig/types.rbs', line 2297 def new_server_certificate_name @new_server_certificate_name end |
#server_certificate_name ⇒ ::String
Returns the value of attribute server_certificate_name.
2295 2296 2297 |
# File 'sig/types.rbs', line 2295 def server_certificate_name @server_certificate_name end |