Class: Aws::Types::ParseKeyValue

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination::String

Returns the value of attribute destination.

Returns:

  • (::String)


1647
1648
1649
# File 'sig/types.rbs', line 1647

def destination
  @destination
end

#field_delimiter::String

Returns the value of attribute field_delimiter.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1651
1652
1653
# File 'sig/types.rbs', line 1651

def non_match_value
  @non_match_value
end

#overwrite_if_existsBoolean

Returns the value of attribute overwrite_if_exists.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


1646
1647
1648
# File 'sig/types.rbs', line 1646

def source
  @source
end