Class: Aws::PartnerCentralSelling::Types::NextStepsHistory
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::NextStepsHistory
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-partnercentralselling/types.rb
Overview
Read-only; shows the last 50 values and change dates for the
NextSteps field.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#time ⇒ Time
Indicates the step execution time.
-
#value ⇒ String
Indicates the step's execution details.
Instance Attribute Details
#time ⇒ Time
Indicates the step execution time.
5189 5190 5191 5192 5193 5194 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 5189 class NextStepsHistory < Struct.new( :value, :time) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
Indicates the step's execution details.
5189 5190 5191 5192 5193 5194 |
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 5189 class NextStepsHistory < Struct.new( :value, :time) SENSITIVE = [] include Aws::Structure end |