Class: Aws::Athena::Types::Classification
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::Classification
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-athena/types.rb
Overview
A classification refers to a set of specific configurations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the configuration classification.
-
#properties ⇒ Hash<String,String>
A set of properties specified within a configuration classification.
Instance Attribute Details
#name ⇒ String
The name of the configuration classification.
499 500 501 502 503 504 |
# File 'lib/aws-sdk-athena/types.rb', line 499 class Classification < Struct.new( :name, :properties) SENSITIVE = [] include Aws::Structure end |
#properties ⇒ Hash<String,String>
A set of properties specified within a configuration classification.
499 500 501 502 503 504 |
# File 'lib/aws-sdk-athena/types.rb', line 499 class Classification < Struct.new( :name, :properties) SENSITIVE = [] include Aws::Structure end |