Class: Aws::Types::ParseKeyValue
- Inherits:
-
Object
- Object
- Aws::Types::ParseKeyValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination ⇒ ::String
Returns the value of attribute destination.
-
#field_delimiter ⇒ ::String
Returns the value of attribute field_delimiter.
-
#key_prefix ⇒ ::String
Returns the value of attribute key_prefix.
-
#key_value_delimiter ⇒ ::String
Returns the value of attribute key_value_delimiter.
-
#non_match_value ⇒ ::String
Returns the value of attribute non_match_value.
-
#overwrite_if_exists ⇒ Boolean
Returns the value of attribute overwrite_if_exists.
-
#source ⇒ ::String
Returns the value of attribute source.
Instance Attribute Details
#destination ⇒ ::String
Returns the value of attribute destination.
1647 1648 1649 |
# File 'sig/types.rbs', line 1647 def destination @destination end |
#field_delimiter ⇒ ::String
Returns the value of attribute field_delimiter.
1648 1649 1650 |
# File 'sig/types.rbs', line 1648 def field_delimiter @field_delimiter end |
#key_prefix ⇒ ::String
Returns the value of attribute key_prefix.
1650 1651 1652 |
# File 'sig/types.rbs', line 1650 def key_prefix @key_prefix end |
#key_value_delimiter ⇒ ::String
Returns the value of attribute key_value_delimiter.
1649 1650 1651 |
# File 'sig/types.rbs', line 1649 def key_value_delimiter @key_value_delimiter end |
#non_match_value ⇒ ::String
Returns the value of attribute non_match_value.
1651 1652 1653 |
# File 'sig/types.rbs', line 1651 def non_match_value @non_match_value end |
#overwrite_if_exists ⇒ Boolean
Returns the value of attribute overwrite_if_exists.
1652 1653 1654 |
# File 'sig/types.rbs', line 1652 def overwrite_if_exists @overwrite_if_exists end |
#source ⇒ ::String
Returns the value of attribute source.
1646 1647 1648 |
# File 'sig/types.rbs', line 1646 def source @source end |