Class: Aws::Types::UpdatePrivateConnectionCertificateInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:certificate])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate::String

Returns the value of attribute certificate.

Returns:

  • (::String)


2371
2372
2373
# File 'sig/types.rbs', line 2371

def certificate
  @certificate
end

#private_connection_name::String

Returns the value of attribute private_connection_name.

Returns:

  • (::String)


2370
2371
2372
# File 'sig/types.rbs', line 2370

def private_connection_name
  @private_connection_name
end