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)


2329
2330
2331
# File 'sig/types.rbs', line 2329

def certificate
  @certificate
end

#private_connection_name::String

Returns the value of attribute private_connection_name.

Returns:

  • (::String)


2328
2329
2330
# File 'sig/types.rbs', line 2328

def private_connection_name
  @private_connection_name
end