Class: Aws::Types::UpdatePrivateConnectionCertificateInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePrivateConnectionCertificateInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#certificate ⇒ ::String
Returns the value of attribute certificate.
-
#private_connection_name ⇒ ::String
Returns the value of attribute private_connection_name.
Instance Attribute Details
#certificate ⇒ ::String
Returns the value of attribute certificate.
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.
2328 2329 2330 |
# File 'sig/types.rbs', line 2328 def private_connection_name @private_connection_name end |