Class: Aws::DataZone::Types::DeleteConnectionOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#status ⇒ String

The status of the action.

Returns:

  • (String)


6916
6917
6918
6919
6920
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6916

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