Class: Aws::Types::UpdatePrivateConnectionCertificateInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#certificate::String

Returns the value of attribute certificate.

Returns:

  • (::String)


2109
2110
2111
# File 'sig/types.rbs', line 2109

def certificate
  @certificate
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2108
2109
2110
# File 'sig/types.rbs', line 2108

def name
  @name
end