Class: Aws::SecurityAgent::Types::DeletePrivateConnectionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::DeletePrivateConnectionInput
- Includes:
- Aws::Structure
- Defined in:
- 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 delete.
Instance Attribute Details
#private_connection_name ⇒ String
The name of the private connection to delete.
3252 3253 3254 3255 3256 |
# File 'lib/aws-sdk-securityagent/types.rb', line 3252 class DeletePrivateConnectionInput < Struct.new( :private_connection_name) SENSITIVE = [] include Aws::Structure end |