Class: Aws::DevOpsAgent::Types::DeletePrivateConnectionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::DeletePrivateConnectionInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsagent/types.rb
Overview
Input for deleting 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.
759 760 761 762 763 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 759 class DeletePrivateConnectionInput < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |