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)


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

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