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)


1649
1650
1651
# File 'sig/types.rbs', line 1649

def destination
  @destination
end

#field_delimiter::String

Returns the value of attribute field_delimiter.

Returns:

  • (::String)


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

def field_delimiter
  @field_delimiter
end

#key_prefix::String

Returns the value of attribute key_prefix.

Returns:

  • (::String)


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

def key_prefix
  @key_prefix
end

#key_value_delimiter::String

Returns the value of attribute key_value_delimiter.

Returns:

  • (::String)


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

def key_value_delimiter
  @key_value_delimiter
end

#non_match_value::String

Returns the value of attribute non_match_value.

Returns:

  • (::String)


1653
1654
1655
# File 'sig/types.rbs', line 1653

def non_match_value
  @non_match_value
end

#overwrite_if_existsBoolean

Returns the value of attribute overwrite_if_exists.

Returns:

  • (Boolean)


1654
1655
1656
# File 'sig/types.rbs', line 1654

def overwrite_if_exists
  @overwrite_if_exists
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


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

def source
  @source
end