Class: Aws::SecurityAgent::Types::DeletePrivateConnectionInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#private_connection_name ⇒ String

The name of the private connection to delete.

Returns:

  • (String)


3438
3439
3440
3441
3442
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3438

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