Class: Aws::Types::SourceFiles
- Inherits:
-
Object
- Object
- Aws::Types::SourceFiles
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#source1 ⇒ ::String
Returns the value of attribute source1.
-
#source2 ⇒ ::String
Returns the value of attribute source2.
Instance Attribute Details
#source1 ⇒ ::String
Returns the value of attribute source1.
2099 2100 2101 |
# File 'sig/types.rbs', line 2099 def source1 @source1 end |
#source2 ⇒ ::String
Returns the value of attribute source2.
2100 2101 2102 |
# File 'sig/types.rbs', line 2100 def source2 @source2 end |