Class: Aws::Types::HoldoutActivity
- Inherits:
-
Object
- Object
- Aws::Types::HoldoutActivity
- 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.
1910 1911 1912 |
# File 'sig/types.rbs', line 1910 def next_activity @next_activity end |
#percentage ⇒ ::Integer
Returns the value of attribute percentage.
1911 1912 1913 |
# File 'sig/types.rbs', line 1911 def percentage @percentage end |