Class: Aws::SecurityAgent::Types::DescribePrivateConnectionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::DescribePrivateConnectionInput
- Defined in:
- gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#private_connection_name ⇒ String
The name of the private connection to describe.
Instance Attribute Details
#private_connection_name ⇒ String
The name of the private connection to describe.
3392 3393 3394 3395 3396 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 3392 class DescribePrivateConnectionInput < Struct.new( :private_connection_name) SENSITIVE = [] include Aws::Structure end |