Class: Aws::Types::TransformConfigParameter

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#is_optionalBoolean

Returns the value of attribute is_optional.

Returns:

  • (Boolean)


7754
7755
7756
# File 'sig/types.rbs', line 7754

def is_optional
  @is_optional
end

#list_type"str", ...

Returns the value of attribute list_type.

Returns:

  • ("str", "int", "float", "complex", "bool", "list", "null")


7753
7754
7755
# File 'sig/types.rbs', line 7753

def list_type
  @list_type
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


7748
7749
7750
# File 'sig/types.rbs', line 7748

def name
  @name
end

#type"str", ...

Returns the value of attribute type.

Returns:

  • ("str", "int", "float", "complex", "bool", "list", "null")


7749
7750
7751
# File 'sig/types.rbs', line 7749

def type
  @type
end

#validation_message::String

Returns the value of attribute validation_message.

Returns:

  • (::String)


7751
7752
7753
# File 'sig/types.rbs', line 7751

def validation_message
  @validation_message
end

#validation_rule::String

Returns the value of attribute validation_rule.

Returns:

  • (::String)


7750
7751
7752
# File 'sig/types.rbs', line 7750

def validation_rule
  @validation_rule
end

#value::Array[::String]

Returns the value of attribute value.

Returns:

  • (::Array[::String])


7752
7753
7754
# File 'sig/types.rbs', line 7752

def value
  @value
end