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.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#certificate ⇒ ::String
Returns the value of attribute certificate.
2102 2103 2104 |
# File 'sig/types.rbs', line 2102 def certificate @certificate end |
#name ⇒ ::String
Returns the value of attribute name.
2101 2102 2103 |
# File 'sig/types.rbs', line 2101 def name @name end |