Class: Aws::PartnerCentralSelling::Types::NextStepsHistory

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#timeTime

Indicates the step execution time.

Returns:

  • (Time)


2206
2207
2208
2209
2210
2211
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2206

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

#valueString

Indicates the step’s execution details.

Returns:

  • (String)


2206
2207
2208
2209
2210
2211
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2206

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