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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status of the action.

Returns:

  • (String)


6730
6731
6732
6733
6734
# File 'lib/aws-sdk-datazone/types.rb', line 6730

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