Class: Aws::DevOpsAgent::Types::UpdatePrivateConnectionCertificateInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::UpdatePrivateConnectionCertificateInput
- Defined in:
- gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb
Overview
Input for updating the certificate of a Private Connection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#certificate ⇒ String
The new certificate for the Private Connection.
-
#name ⇒ String
The name of the Private Connection.
Instance Attribute Details
#certificate ⇒ String
The new certificate for the Private Connection.
4908 4909 4910 4911 4912 4913 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 4908 class UpdatePrivateConnectionCertificateInput < Struct.new( :name, :certificate) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Private Connection.
4908 4909 4910 4911 4912 4913 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 4908 class UpdatePrivateConnectionCertificateInput < Struct.new( :name, :certificate) SENSITIVE = [] include Aws::Structure end |