Class: Aws::Types::TransformConfigParameter
- Inherits:
-
Object
- Object
- Aws::Types::TransformConfigParameter
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_optional ⇒ Boolean
Returns the value of attribute is_optional.
-
#list_type ⇒ "str", ...
Returns the value of attribute list_type.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ "str", ...
Returns the value of attribute type.
-
#validation_message ⇒ ::String
Returns the value of attribute validation_message.
-
#validation_rule ⇒ ::String
Returns the value of attribute validation_rule.
-
#value ⇒ ::Array[::String]
Returns the value of attribute value.
Instance Attribute Details
#is_optional ⇒ Boolean
Returns the value of attribute is_optional.
7722 7723 7724 |
# File 'sig/types.rbs', line 7722 def is_optional @is_optional end |
#list_type ⇒ "str", ...
Returns the value of attribute list_type.
7721 7722 7723 |
# File 'sig/types.rbs', line 7721 def list_type @list_type end |
#name ⇒ ::String
Returns the value of attribute name.
7716 7717 7718 |
# File 'sig/types.rbs', line 7716 def name @name end |
#type ⇒ "str", ...
Returns the value of attribute type.
7717 7718 7719 |
# File 'sig/types.rbs', line 7717 def type @type end |
#validation_message ⇒ ::String
Returns the value of attribute validation_message.
7719 7720 7721 |
# File 'sig/types.rbs', line 7719 def @validation_message end |
#validation_rule ⇒ ::String
Returns the value of attribute validation_rule.
7718 7719 7720 |
# File 'sig/types.rbs', line 7718 def validation_rule @validation_rule end |
#value ⇒ ::Array[::String]
Returns the value of attribute value.
7720 7721 7722 |
# File 'sig/types.rbs', line 7720 def value @value end |