Class: Aws::Types::GetAccountActivityResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAccountActivityResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#activity_id ⇒ ::String
Returns the value of attribute activity_id.
-
#completed_at ⇒ ::Time
Returns the value of attribute completed_at.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#estimated_time_to_complete_in_minutes ⇒ ::Integer
Returns the value of attribute estimated_time_to_complete_in_minutes.
-
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
-
#instructions_url ⇒ ::String
Returns the value of attribute instructions_url.
-
#reward ⇒ Types::ActivityReward
Returns the value of attribute reward.
-
#started_at ⇒ ::Time
Returns the value of attribute started_at.
-
#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.
71 72 73 |
# File 'sig/types.rbs', line 71 def activity_id @activity_id end |
#completed_at ⇒ ::Time
Returns the value of attribute completed_at.
80 81 82 |
# File 'sig/types.rbs', line 80 def completed_at @completed_at end |
#description ⇒ ::String
Returns the value of attribute description.
73 74 75 |
# File 'sig/types.rbs', line 73 def description @description end |
#estimated_time_to_complete_in_minutes ⇒ ::Integer
Returns the value of attribute estimated_time_to_complete_in_minutes.
77 78 79 |
# File 'sig/types.rbs', line 77 def estimated_time_to_complete_in_minutes @estimated_time_to_complete_in_minutes end |
#expires_at ⇒ ::Time
Returns the value of attribute expires_at.
78 79 80 |
# File 'sig/types.rbs', line 78 def expires_at @expires_at end |
#instructions_url ⇒ ::String
Returns the value of attribute instructions_url.
75 76 77 |
# File 'sig/types.rbs', line 75 def instructions_url @instructions_url end |
#reward ⇒ Types::ActivityReward
Returns the value of attribute reward.
76 77 78 |
# File 'sig/types.rbs', line 76 def reward @reward end |
#started_at ⇒ ::Time
Returns the value of attribute started_at.
79 80 81 |
# File 'sig/types.rbs', line 79 def started_at @started_at end |
#status ⇒ "NOT_STARTED", ...
Returns the value of attribute status.
74 75 76 |
# File 'sig/types.rbs', line 74 def status @status end |
#title ⇒ ::String
Returns the value of attribute title.
72 73 74 |
# File 'sig/types.rbs', line 72 def title @title end |