Class: Aws::Glue::Types::TransformConfigParameter

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Specifies the parameters in the config file of the dynamic transform.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#is_optionalBoolean

Specifies whether the parameter is optional or not in the config file of the dynamic transform.

Returns:

  • (Boolean)


21459
21460
21461
21462
21463
21464
21465
21466
21467
21468
21469
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21459

class TransformConfigParameter < Struct.new(
  :name,
  :type,
  :validation_rule,
  :validation_message,
  :value,
  :list_type,
  :is_optional)
  SENSITIVE = []
  include Aws::Structure
end

#list_typeString

Specifies the list type of the parameter in the config file of the dynamic transform.

Returns:

  • (String)


21459
21460
21461
21462
21463
21464
21465
21466
21467
21468
21469
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21459

class TransformConfigParameter < Struct.new(
  :name,
  :type,
  :validation_rule,
  :validation_message,
  :value,
  :list_type,
  :is_optional)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Specifies the name of the parameter in the config file of the dynamic transform.

Returns:

  • (String)


21459
21460
21461
21462
21463
21464
21465
21466
21467
21468
21469
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21459

class TransformConfigParameter < Struct.new(
  :name,
  :type,
  :validation_rule,
  :validation_message,
  :value,
  :list_type,
  :is_optional)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Specifies the parameter type in the config file of the dynamic transform.

Returns:

  • (String)


21459
21460
21461
21462
21463
21464
21465
21466
21467
21468
21469
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21459

class TransformConfigParameter < Struct.new(
  :name,
  :type,
  :validation_rule,
  :validation_message,
  :value,
  :list_type,
  :is_optional)
  SENSITIVE = []
  include Aws::Structure
end

#validation_messageString

Specifies the validation message in the config file of the dynamic transform.

Returns:

  • (String)


21459
21460
21461
21462
21463
21464
21465
21466
21467
21468
21469
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21459

class TransformConfigParameter < Struct.new(
  :name,
  :type,
  :validation_rule,
  :validation_message,
  :value,
  :list_type,
  :is_optional)
  SENSITIVE = []
  include Aws::Structure
end

#validation_ruleString

Specifies the validation rule in the config file of the dynamic transform.

Returns:

  • (String)


21459
21460
21461
21462
21463
21464
21465
21466
21467
21468
21469
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21459

class TransformConfigParameter < Struct.new(
  :name,
  :type,
  :validation_rule,
  :validation_message,
  :value,
  :list_type,
  :is_optional)
  SENSITIVE = []
  include Aws::Structure
end

#valueArray<String>

Specifies the value of the parameter in the config file of the dynamic transform.

Returns:

  • (Array<String>)


21459
21460
21461
21462
21463
21464
21465
21466
21467
21468
21469
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 21459

class TransformConfigParameter < Struct.new(
  :name,
  :type,
  :validation_rule,
  :validation_message,
  :value,
  :list_type,
  :is_optional)
  SENSITIVE = []
  include Aws::Structure
end