Method: Aws::Glue::Types::TransformConfigParameter#type
- Defined in:
- lib/aws-sdk-glue/types.rb
#type ⇒ String
Specifies the parameter type in the config file of the dynamic transform.
28813 28814 28815 28816 28817 28818 28819 28820 28821 28822 28823 |
# File 'lib/aws-sdk-glue/types.rb', line 28813 class TransformConfigParameter < Struct.new( :name, :type, :validation_rule, :validation_message, :value, :list_type, :is_optional) SENSITIVE = [] include Aws::Structure end |