Class: Aws::Glue::Types::GetFormTypeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetFormTypeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The identifier of the form type to retrieve.
Instance Attribute Details
#identifier ⇒ String
The identifier of the form type to retrieve.
14593 14594 14595 14596 14597 |
# File 'lib/aws-sdk-glue/types.rb', line 14593 class GetFormTypeRequest < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |