Class: Aws::Types::JobSample
- Inherits:
-
Object
- Object
- Aws::Types::JobSample
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mode ⇒ "FULL_DATASET", "CUSTOM_ROWS"
Returns the value of attribute mode.
-
#size ⇒ ::Integer
Returns the value of attribute size.
Instance Attribute Details
#mode ⇒ "FULL_DATASET", "CUSTOM_ROWS"
Returns the value of attribute mode.
582 583 584 |
# File 'sig/types.rbs', line 582 def mode @mode end |
#size ⇒ ::Integer
Returns the value of attribute size.
583 584 585 |
# File 'sig/types.rbs', line 583 def size @size end |