Class: Aws::Types::RandomSplitEntry
- Inherits:
-
Object
- Object
- Aws::Types::RandomSplitEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_activity ⇒ ::String
Returns the value of attribute next_activity.
-
#percentage ⇒ ::Integer
Returns the value of attribute percentage.
Instance Attribute Details
#next_activity ⇒ ::String
Returns the value of attribute next_activity.
2496 2497 2498 |
# File 'sig/types.rbs', line 2496 def next_activity @next_activity end |
#percentage ⇒ ::Integer
Returns the value of attribute percentage.
2497 2498 2499 |
# File 'sig/types.rbs', line 2497 def percentage @percentage end |