Class: Aws::Types::SplitDocument
- Inherits:
-
Object
- Object
- Aws::Types::SplitDocument
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#index ⇒ ::Integer
Returns the value of attribute index.
-
#pages ⇒ ::Array[::Integer]
Returns the value of attribute pages.
Instance Attribute Details
#index ⇒ ::Integer
Returns the value of attribute index.
637 638 639 |
# File 'sig/types.rbs', line 637 def index @index end |
#pages ⇒ ::Array[::Integer]
Returns the value of attribute pages.
638 639 640 |
# File 'sig/types.rbs', line 638 def pages @pages end |