Class: Aws::Types::SubstituteStringEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#from::String

Returns the value of attribute from.

Returns:

  • (::String)


2212
2213
2214
# File 'sig/types.rbs', line 2212

def from
  @from
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


2211
2212
2213
# File 'sig/types.rbs', line 2211

def source
  @source
end

#to::String

Returns the value of attribute to.

Returns:

  • (::String)


2213
2214
2215
# File 'sig/types.rbs', line 2213

def to
  @to
end