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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-partnercentralselling/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)


3932
3933
3934
3935
3936
3937
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 3932

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

#valueString

Indicates the step's execution details.

Returns:

  • (String)


3932
3933
3934
3935
3936
3937
# File 'gems/aws-sdk-partnercentralselling/lib/aws-sdk-partnercentralselling/types.rb', line 3932

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