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.
2212 2213 2214 |
# File 'sig/types.rbs', line 2212 def from @from end |
#source ⇒ ::String
Returns the value of attribute source.
2211 2212 2213 |
# File 'sig/types.rbs', line 2211 def source @source end |
#to ⇒ ::String
Returns the value of attribute to.
2213 2214 2215 |
# File 'sig/types.rbs', line 2213 def to @to end |