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.
2412 2413 2414 |
# File 'sig/types.rbs', line 2412 def new_path @new_path end |
#new_server_certificate_name ⇒ ::String
Returns the value of attribute new_server_certificate_name.
2413 2414 2415 |
# File 'sig/types.rbs', line 2413 def new_server_certificate_name @new_server_certificate_name end |
#server_certificate_name ⇒ ::String
Returns the value of attribute server_certificate_name.
2411 2412 2413 |
# File 'sig/types.rbs', line 2411 def server_certificate_name @server_certificate_name end |