Class: Aws::PartnerCentralSelling::Types::ProfileNextStepsHistory
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::ProfileNextStepsHistory
- 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
-
#time ⇒ Time
Indicates the date and time when a particular next step was recorded or planned.
-
#value ⇒ String
Represents the details of the next step recorded, such as follow-up actions or decisions made.
Instance Attribute Details
#time ⇒ Time
Indicates the date and time when a particular next step was recorded or planned. This helps in managing the timeline for the opportunity.
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 |
#value ⇒ String
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.
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 |