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)


2102
2103
2104
# File 'sig/types.rbs', line 2102

def certificate
  @certificate
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2101
2102
2103
# File 'sig/types.rbs', line 2101

def name
  @name
end