Class: Aws::DevOpsAgent::Types::DescribePrivateConnectionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::DescribePrivateConnectionInput
- Defined in:
- gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb
Overview
Input for describing an existing Private Connection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the Private Connection.
Instance Attribute Details
#name ⇒ String
The name of the Private Connection.
849 850 851 852 853 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 849 class DescribePrivateConnectionInput < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |