Class: Aws::Types::ReadSetFiles
- Inherits:
-
Object
- Object
- Aws::Types::ReadSetFiles
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#index ⇒ Types::FileInformation
Returns the value of attribute index.
-
#source1 ⇒ Types::FileInformation
Returns the value of attribute source1.
-
#source2 ⇒ Types::FileInformation
Returns the value of attribute source2.
Instance Attribute Details
#index ⇒ Types::FileInformation
Returns the value of attribute index.
1824 1825 1826 |
# File 'sig/types.rbs', line 1824 def index @index end |
#source1 ⇒ Types::FileInformation
Returns the value of attribute source1.
1822 1823 1824 |
# File 'sig/types.rbs', line 1822 def source1 @source1 end |
#source2 ⇒ Types::FileInformation
Returns the value of attribute source2.
1823 1824 1825 |
# File 'sig/types.rbs', line 1823 def source2 @source2 end |