Class: Aws::Types::SplitStringEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#delimiter::String

Returns the value of attribute delimiter.

Returns:

  • (::String)


2149
2150
2151
# File 'sig/types.rbs', line 2149

def delimiter
  @delimiter
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


2148
2149
2150
# File 'sig/types.rbs', line 2148

def source
  @source
end