Class: Aws::Types::ActivitySummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#activity_id::String

Returns the value of attribute activity_id.

Returns:

  • (::String)


28
29
30
# File 'sig/types.rbs', line 28

def activity_id
  @activity_id
end

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

Returns:

  • ("NOT_STARTED", "IN_PROGRESS", "COMPLETED", "EXPIRING")


31
32
33
# File 'sig/types.rbs', line 31

def status
  @status
end

#title::String

Returns the value of attribute title.

Returns:

  • (::String)


29
30
31
# File 'sig/types.rbs', line 29

def title
  @title
end