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)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2411
2412
2413
# File 'sig/types.rbs', line 2411

def server_certificate_name
  @server_certificate_name
end