Class: Aws::DataZone::Types::AthenaPropertiesPatch

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

Overview

The Amazon Athena properties patch 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)


1289
1290
1291
1292
1293
# File 'lib/aws-sdk-datazone/types.rb', line 1289

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