Class: Aws::FreeTier::Types::ActivitySummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::FreeTier::Types::ActivitySummary
- Defined in:
- gems/aws-sdk-freetier/lib/aws-sdk-freetier/types.rb
Overview
The summary of activities.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#activity_id ⇒ String
A unique identifier that identifies the activity.
-
#reward ⇒ Types::ActivityReward
The reward for the activity.
-
#status ⇒ String
The current status of the activity.
-
#title ⇒ String
The title of the activity.
Instance Attribute Details
#activity_id ⇒ String
A unique identifier that identifies the activity.
68 69 70 71 72 73 74 75 |
# File 'gems/aws-sdk-freetier/lib/aws-sdk-freetier/types.rb', line 68 class ActivitySummary < Struct.new( :activity_id, :title, :reward, :status) SENSITIVE = [] include Aws::Structure end |
#reward ⇒ Types::ActivityReward
The reward for the activity.
68 69 70 71 72 73 74 75 |
# File 'gems/aws-sdk-freetier/lib/aws-sdk-freetier/types.rb', line 68 class ActivitySummary < Struct.new( :activity_id, :title, :reward, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the activity.
68 69 70 71 72 73 74 75 |
# File 'gems/aws-sdk-freetier/lib/aws-sdk-freetier/types.rb', line 68 class ActivitySummary < Struct.new( :activity_id, :title, :reward, :status) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
The title of the activity.
68 69 70 71 72 73 74 75 |
# File 'gems/aws-sdk-freetier/lib/aws-sdk-freetier/types.rb', line 68 class ActivitySummary < Struct.new( :activity_id, :title, :reward, :status) SENSITIVE = [] include Aws::Structure end |