Class: Aws::Glue::Types::AssetTypeFormReference
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::AssetTypeFormReference
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
A reference to a form type that is included in an asset type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#form_type_identifier ⇒ String
The identifier of the referenced form type.
Instance Attribute Details
#form_type_identifier ⇒ String
The identifier of the referenced form type.
486 487 488 489 490 |
# File 'lib/aws-sdk-glue/types.rb', line 486 class AssetTypeFormReference < Struct.new( :form_type_identifier) SENSITIVE = [] include Aws::Structure end |