Class: Aws::DevOpsAgent::Types::DeletePrivateConnectionInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb

Overview

Input for deleting an existing Private Connection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the Private Connection.

Returns:

  • (String)


795
796
797
798
799
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 795

class DeletePrivateConnectionInput < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end