Class: Aws::DataZone::Types::GluePropertiesOutput

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

Overview

The properties of the Amazon Web Services Glue connection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_messageString

The error message generated if the action is not completed successfully.

Returns:

  • (String)


10687
10688
10689
10690
10691
10692
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10687

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

#statusString

The status of a connection.

Returns:

  • (String)


10687
10688
10689
10690
10691
10692
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 10687

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