Class: Aws::Glue::Types::GetClassifierRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetClassifierRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Note:
When making an API call, you may pass GetClassifierRequest data as a hash:
{
name: "NameString", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
Name of the classifier to retrieve.
Instance Attribute Details
#name ⇒ String
Name of the classifier to retrieve.
6626 6627 6628 6629 6630 |
# File 'lib/aws-sdk-glue/types.rb', line 6626 class GetClassifierRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |