Class: Aws::DevOpsAgent::Types::UpdatePrivateConnectionCertificateInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::UpdatePrivateConnectionCertificateInput
- Includes:
- Structure
- Defined in:
- 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.
7021 7022 7023 7024 7025 7026 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 7021 class UpdatePrivateConnectionCertificateInput < Struct.new( :name, :certificate) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Private Connection.
7021 7022 7023 7024 7025 7026 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 7021 class UpdatePrivateConnectionCertificateInput < Struct.new( :name, :certificate) SENSITIVE = [] include Aws::Structure end |