Class: Aws::Types::DocumentTypeListItem
- Inherits:
-
Object
- Object
- Aws::Types::DocumentTypeListItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#page ⇒ ::Integer
Returns the value of attribute page.
-
#type ⇒ "NATIVE_PDF", ...
Returns the value of attribute type.
Instance Attribute Details
#page ⇒ ::Integer
Returns the value of attribute page.
823 824 825 |
# File 'sig/types.rbs', line 823 def page @page end |
#type ⇒ "NATIVE_PDF", ...
Returns the value of attribute type.
824 825 826 |
# File 'sig/types.rbs', line 824 def type @type end |