Class: Aws::Types::UpdateServerCertificateRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#new_path::String

Returns the value of attribute new_path.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2295
2296
2297
# File 'sig/types.rbs', line 2295

def server_certificate_name
  @server_certificate_name
end