Class: Aws::Types::SubstituteStringEntry
- Inherits:
-
Object
- Object
- Aws::Types::SubstituteStringEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#from ⇒ ::String
Returns the value of attribute from.
-
#source ⇒ ::String
Returns the value of attribute source.
-
#to ⇒ ::String
Returns the value of attribute to.
Instance Attribute Details
#from ⇒ ::String
Returns the value of attribute from.
2214 2215 2216 |
# File 'sig/types.rbs', line 2214 def from @from end |
#source ⇒ ::String
Returns the value of attribute source.
2213 2214 2215 |
# File 'sig/types.rbs', line 2213 def source @source end |
#to ⇒ ::String
Returns the value of attribute to.
2215 2216 2217 |
# File 'sig/types.rbs', line 2215 def to @to end |