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.
8448 8449 8450 8451 8452 8453 |
# File 'lib/aws-sdk-securityagent/types.rb', line 8448 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.
8448 8449 8450 8451 8452 8453 |
# File 'lib/aws-sdk-securityagent/types.rb', line 8448 class UpdatePrivateConnectionCertificateInput < Struct.new( :private_connection_name, :certificate) SENSITIVE = [:certificate] include Aws::Structure end |