Class: Aws::Types::ActivitySummary
- Inherits:
-
Object
- Object
- Aws::Types::ActivitySummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#activity_id ⇒ ::String
Returns the value of attribute activity_id.
-
#reward ⇒ Types::ActivityReward
Returns the value of attribute reward.
-
#status ⇒ "NOT_STARTED", ...
Returns the value of attribute status.
-
#title ⇒ ::String
Returns the value of attribute title.
Instance Attribute Details
#activity_id ⇒ ::String
Returns the value of attribute activity_id.
28 29 30 |
# File 'sig/types.rbs', line 28 def activity_id @activity_id end |
#reward ⇒ Types::ActivityReward
Returns the value of attribute reward.
30 31 32 |
# File 'sig/types.rbs', line 30 def reward @reward end |
#status ⇒ "NOT_STARTED", ...
Returns the value of attribute status.
31 32 33 |
# File 'sig/types.rbs', line 31 def status @status end |
#title ⇒ ::String
Returns the value of attribute title.
29 30 31 |
# File 'sig/types.rbs', line 29 def title @title end |