Class: Aws::FreeTier::Types::ActivitySummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#activity_idString

A unique identifier that identifies the activity.

Returns:

  • (String)


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

#rewardTypes::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

#statusString

The current status of the activity.

Returns:

  • (String)


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

#titleString

The title of the activity.

Returns:

  • (String)


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