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.
4923 4924 4925 4926 4927 4928 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 4923 class UpdatePrivateConnectionCertificateInput < Struct.new( :name, :certificate) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the Private Connection.
4923 4924 4925 4926 4927 4928 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 4923 class UpdatePrivateConnectionCertificateInput < Struct.new( :name, :certificate) SENSITIVE = [] include Aws::Structure end |