Module: Aws::FreeTier::Client::_GetAccountActivityResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetAccountActivityResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #activity_id ⇒ ::String
- #completed_at ⇒ ::Time
- #description ⇒ ::String
- #estimated_time_to_complete_in_minutes ⇒ ::Integer
- #expires_at ⇒ ::Time
- #instructions_url ⇒ ::String
- #reward ⇒ Types::ActivityReward
- #started_at ⇒ ::Time
- #status ⇒ "NOT_STARTED", ...
- #title ⇒ ::String
Instance Method Details
#activity_id ⇒ ::String
84 |
# File 'sig/client.rbs', line 84
def activity_id: () -> ::String
|
#completed_at ⇒ ::Time
93 |
# File 'sig/client.rbs', line 93
def completed_at: () -> ::Time
|
#description ⇒ ::String
86 |
# File 'sig/client.rbs', line 86
def description: () -> ::String
|
#estimated_time_to_complete_in_minutes ⇒ ::Integer
90 |
# File 'sig/client.rbs', line 90
def estimated_time_to_complete_in_minutes: () -> ::Integer
|
#expires_at ⇒ ::Time
91 |
# File 'sig/client.rbs', line 91
def expires_at: () -> ::Time
|
#instructions_url ⇒ ::String
88 |
# File 'sig/client.rbs', line 88
def instructions_url: () -> ::String
|
#reward ⇒ Types::ActivityReward
89 |
# File 'sig/client.rbs', line 89
def reward: () -> Types::ActivityReward
|
#started_at ⇒ ::Time
92 |
# File 'sig/client.rbs', line 92
def started_at: () -> ::Time
|
#status ⇒ "NOT_STARTED", ...
87 |
# File 'sig/client.rbs', line 87
def status: () -> ("NOT_STARTED" | "IN_PROGRESS" | "COMPLETED" | "EXPIRING")
|
#title ⇒ ::String
85 |
# File 'sig/client.rbs', line 85
def title: () -> ::String
|