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)


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

def delimiter
  @delimiter
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


2146
2147
2148
# File 'sig/types.rbs', line 2146

def source
  @source
end