Class: Aws::DevOpsAgent::Types::DeletePrivateConnectionOutput

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

Overview

Output containing the status of the Private Connection deletion.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the Private Connection.

Returns:

  • (String)


813
814
815
816
817
818
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 813

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

#statusString

The status of the Private Connection.

Returns:

  • (String)


813
814
815
816
817
818
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 813

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