Class: Aws::PartnerCentralSelling::Types::ProfileNextStepsHistory

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-partnercentralselling/types.rb

Overview

Tracks the history of next steps associated with the opportunity. This field captures the actions planned for the future and their timeline.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#timeTime

Indicates the date and time when a particular next step was recorded or planned. This helps in managing the timeline for the opportunity.

Returns:

  • (Time)


4174
4175
4176
4177
4178
4179
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 4174

class ProfileNextStepsHistory < Struct.new(
  :time,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

Represents the details of the next step recorded, such as follow-up actions or decisions made. This field helps in tracking progress and ensuring alignment with project goals.

Returns:

  • (String)


4174
4175
4176
4177
4178
4179
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 4174

class ProfileNextStepsHistory < Struct.new(
  :time,
  :value)
  SENSITIVE = []
  include Aws::Structure
end