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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#private_connection_nameString

The name of the private connection to delete.

Returns:

  • (String)


3252
3253
3254
3255
3256
# File 'lib/aws-sdk-securityagent/types.rb', line 3252

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