Class: Aws::DataZone::Types::AthenaPropertiesPatch
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::AthenaPropertiesPatch
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The Amazon Athena properties patch of a connection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#workgroup_name ⇒ String
The Amazon Athena workgroup name of a connection.
Instance Attribute Details
#workgroup_name ⇒ String
The Amazon Athena workgroup name of a connection.
1131 1132 1133 1134 1135 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 1131 class AthenaPropertiesPatch < Struct.new( :workgroup_name) SENSITIVE = [] include Aws::Structure end |