Class: Aws::Types::Processor
- Inherits:
-
Object
- Object
- Aws::Types::Processor
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#add_keys ⇒ Types::AddKeys
Returns the value of attribute add_keys.
-
#copy_value ⇒ Types::CopyValue
Returns the value of attribute copy_value.
-
#csv ⇒ Types::CSV
Returns the value of attribute csv.
-
#date_time_converter ⇒ Types::DateTimeConverter
Returns the value of attribute date_time_converter.
-
#delete_keys ⇒ Types::DeleteKeys
Returns the value of attribute delete_keys.
-
#grok ⇒ Types::Grok
Returns the value of attribute grok.
-
#list_to_map ⇒ Types::ListToMap
Returns the value of attribute list_to_map.
-
#lower_case_string ⇒ Types::LowerCaseString
Returns the value of attribute lower_case_string.
-
#move_keys ⇒ Types::MoveKeys
Returns the value of attribute move_keys.
-
#parse_cloudfront ⇒ Types::ParseCloudfront
Returns the value of attribute parse_cloudfront.
-
#parse_json ⇒ Types::ParseJSON
Returns the value of attribute parse_json.
-
#parse_key_value ⇒ Types::ParseKeyValue
Returns the value of attribute parse_key_value.
-
#parse_postgres ⇒ Types::ParsePostgres
Returns the value of attribute parse_postgres.
-
#parse_route_53 ⇒ Types::ParseRoute53
Returns the value of attribute parse_route_53.
-
#parse_to_ocsf ⇒ Types::ParseToOCSF
Returns the value of attribute parse_to_ocsf.
-
#parse_vpc ⇒ Types::ParseVPC
Returns the value of attribute parse_vpc.
-
#parse_waf ⇒ Types::ParseWAF
Returns the value of attribute parse_waf.
-
#rename_keys ⇒ Types::RenameKeys
Returns the value of attribute rename_keys.
-
#split_string ⇒ Types::SplitString
Returns the value of attribute split_string.
-
#substitute_string ⇒ Types::SubstituteString
Returns the value of attribute substitute_string.
-
#trim_string ⇒ Types::TrimString
Returns the value of attribute trim_string.
-
#type_converter ⇒ Types::TypeConverter
Returns the value of attribute type_converter.
-
#upper_case_string ⇒ Types::UpperCaseString
Returns the value of attribute upper_case_string.
Instance Attribute Details
#add_keys ⇒ Types::AddKeys
Returns the value of attribute add_keys.
1699 1700 1701 |
# File 'sig/types.rbs', line 1699 def add_keys @add_keys end |
#copy_value ⇒ Types::CopyValue
Returns the value of attribute copy_value.
1700 1701 1702 |
# File 'sig/types.rbs', line 1700 def copy_value @copy_value end |
#csv ⇒ Types::CSV
Returns the value of attribute csv.
1701 1702 1703 |
# File 'sig/types.rbs', line 1701 def csv @csv end |
#date_time_converter ⇒ Types::DateTimeConverter
Returns the value of attribute date_time_converter.
1702 1703 1704 |
# File 'sig/types.rbs', line 1702 def date_time_converter @date_time_converter end |
#delete_keys ⇒ Types::DeleteKeys
Returns the value of attribute delete_keys.
1703 1704 1705 |
# File 'sig/types.rbs', line 1703 def delete_keys @delete_keys end |
#grok ⇒ Types::Grok
Returns the value of attribute grok.
1704 1705 1706 |
# File 'sig/types.rbs', line 1704 def grok @grok end |
#list_to_map ⇒ Types::ListToMap
Returns the value of attribute list_to_map.
1705 1706 1707 |
# File 'sig/types.rbs', line 1705 def list_to_map @list_to_map end |
#lower_case_string ⇒ Types::LowerCaseString
Returns the value of attribute lower_case_string.
1706 1707 1708 |
# File 'sig/types.rbs', line 1706 def lower_case_string @lower_case_string end |
#move_keys ⇒ Types::MoveKeys
Returns the value of attribute move_keys.
1707 1708 1709 |
# File 'sig/types.rbs', line 1707 def move_keys @move_keys end |
#parse_cloudfront ⇒ Types::ParseCloudfront
Returns the value of attribute parse_cloudfront.
1708 1709 1710 |
# File 'sig/types.rbs', line 1708 def parse_cloudfront @parse_cloudfront end |
#parse_json ⇒ Types::ParseJSON
Returns the value of attribute parse_json.
1709 1710 1711 |
# File 'sig/types.rbs', line 1709 def parse_json @parse_json end |
#parse_key_value ⇒ Types::ParseKeyValue
Returns the value of attribute parse_key_value.
1710 1711 1712 |
# File 'sig/types.rbs', line 1710 def parse_key_value @parse_key_value end |
#parse_postgres ⇒ Types::ParsePostgres
Returns the value of attribute parse_postgres.
1713 1714 1715 |
# File 'sig/types.rbs', line 1713 def parse_postgres @parse_postgres end |
#parse_route_53 ⇒ Types::ParseRoute53
Returns the value of attribute parse_route_53.
1711 1712 1713 |
# File 'sig/types.rbs', line 1711 def parse_route_53 @parse_route_53 end |
#parse_to_ocsf ⇒ Types::ParseToOCSF
Returns the value of attribute parse_to_ocsf.
1712 1713 1714 |
# File 'sig/types.rbs', line 1712 def parse_to_ocsf @parse_to_ocsf end |
#parse_vpc ⇒ Types::ParseVPC
Returns the value of attribute parse_vpc.
1714 1715 1716 |
# File 'sig/types.rbs', line 1714 def parse_vpc @parse_vpc end |
#parse_waf ⇒ Types::ParseWAF
Returns the value of attribute parse_waf.
1715 1716 1717 |
# File 'sig/types.rbs', line 1715 def parse_waf @parse_waf end |
#rename_keys ⇒ Types::RenameKeys
Returns the value of attribute rename_keys.
1716 1717 1718 |
# File 'sig/types.rbs', line 1716 def rename_keys @rename_keys end |
#split_string ⇒ Types::SplitString
Returns the value of attribute split_string.
1717 1718 1719 |
# File 'sig/types.rbs', line 1717 def split_string @split_string end |
#substitute_string ⇒ Types::SubstituteString
Returns the value of attribute substitute_string.
1718 1719 1720 |
# File 'sig/types.rbs', line 1718 def substitute_string @substitute_string end |
#trim_string ⇒ Types::TrimString
Returns the value of attribute trim_string.
1719 1720 1721 |
# File 'sig/types.rbs', line 1719 def trim_string @trim_string end |
#type_converter ⇒ Types::TypeConverter
Returns the value of attribute type_converter.
1720 1721 1722 |
# File 'sig/types.rbs', line 1720 def type_converter @type_converter end |
#upper_case_string ⇒ Types::UpperCaseString
Returns the value of attribute upper_case_string.
1721 1722 1723 |
# File 'sig/types.rbs', line 1721 def upper_case_string @upper_case_string end |