Class: Aws::Types::GetAccountActivityResponse

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:



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.

Returns:



80
81
82
# File 'sig/types.rbs', line 80

def completed_at
  @completed_at
end

#description::String

Returns the value of attribute description.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



75
76
77
# File 'sig/types.rbs', line 75

def instructions_url
  @instructions_url
end

#rewardTypes::ActivityReward

Returns the value of attribute reward.

Returns:



76
77
78
# File 'sig/types.rbs', line 76

def reward
  @reward
end

#started_at::Time

Returns the value of attribute started_at.

Returns:



79
80
81
# File 'sig/types.rbs', line 79

def started_at
  @started_at
end

#status"NOT_STARTED", ...

Returns the value of attribute status.

Returns:



74
75
76
# File 'sig/types.rbs', line 74

def status
  @status
end

#title::String

Returns the value of attribute title.

Returns:



72
73
74
# File 'sig/types.rbs', line 72

def title
  @title
end