Class: Aws::DevOpsAgent::Types::UpdatePrivateConnectionCertificateInput

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#certificateString

The new certificate for the Private Connection.

Returns:

  • (String)


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

#nameString

The name of the Private Connection.

Returns:

  • (String)


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