Class: Aws::DataZone::Types::AthenaPropertiesOutput

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

Overview

The Amazon Athena properties of a connection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#workgroup_nameString

The Amazon Athena workgroup name of a connection.

Returns:

  • (String)


1037
1038
1039
1040
1041
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1037

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