Class: Aws::DevOpsAgent::Types::DeletePrivateConnectionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::DeletePrivateConnectionOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsagent/types.rb
Overview
Output containing the status of the Private Connection deletion.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the Private Connection.
-
#status ⇒ String
The status of the Private Connection.
Instance Attribute Details
#name ⇒ String
The name of the Private Connection.
1212 1213 1214 1215 1216 1217 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 1212 class DeletePrivateConnectionOutput < Struct.new( :name, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the Private Connection.
1212 1213 1214 1215 1216 1217 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 1212 class DeletePrivateConnectionOutput < Struct.new( :name, :status) SENSITIVE = [] include Aws::Structure end |