Class: Aws::SecurityAgent::Types::DescribePrivateConnectionInput

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 describe.

Returns:

  • (String)


3392
3393
3394
3395
3396
# File 'lib/aws-sdk-securityagent/types.rb', line 3392

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