Class: Aws::SecurityAgent::Types::UpdatePrivateConnectionCertificateInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::UpdatePrivateConnectionCertificateInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:certificate]
Instance Attribute Summary collapse
-
#certificate ⇒ String
The PEM-encoded certificate chain for the private connection.
-
#private_connection_name ⇒ String
The name of the private connection to update.
Instance Attribute Details
#certificate ⇒ String
The PEM-encoded certificate chain for the private connection.
8436 8437 8438 8439 8440 8441 |
# File 'lib/aws-sdk-securityagent/types.rb', line 8436 class UpdatePrivateConnectionCertificateInput < Struct.new( :private_connection_name, :certificate) SENSITIVE = [:certificate] include Aws::Structure end |
#private_connection_name ⇒ String
The name of the private connection to update.
8436 8437 8438 8439 8440 8441 |
# File 'lib/aws-sdk-securityagent/types.rb', line 8436 class UpdatePrivateConnectionCertificateInput < Struct.new( :private_connection_name, :certificate) SENSITIVE = [:certificate] include Aws::Structure end |