Class: Aws::DevOpsAgent::Types::DescribePrivateConnectionInput

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

Overview

Input for describing an existing Private Connection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the Private Connection.

Returns:

  • (String)


1248
1249
1250
1251
1252
# File 'lib/aws-sdk-devopsagent/types.rb', line 1248

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