Class: Aws::PartnerCentralSelling::Types::LifeCycleForView

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

Overview

Provides the lifecycle view of an opportunity resource shared through a snapshot.

Constant Summary collapse

SENSITIVE =
[:next_steps]

Instance Attribute Summary collapse

Instance Attribute Details

#next_stepsString

Describes the next steps for the opportunity shared through a snapshot.

Returns:

  • (String)


2763
2764
2765
2766
2767
2768
2769
2770
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2763

class LifeCycleForView < Struct.new(
  :next_steps,
  :review_status,
  :stage,
  :target_close_date)
  SENSITIVE = [:next_steps]
  include Aws::Structure
end

#review_statusString

Defines the approval status of the opportunity shared through a snapshot.

Returns:

  • (String)


2763
2764
2765
2766
2767
2768
2769
2770
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2763

class LifeCycleForView < Struct.new(
  :next_steps,
  :review_status,
  :stage,
  :target_close_date)
  SENSITIVE = [:next_steps]
  include Aws::Structure
end

#stageString

Defines the current stage of the opportunity shared through a snapshot.

Returns:

  • (String)


2763
2764
2765
2766
2767
2768
2769
2770
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2763

class LifeCycleForView < Struct.new(
  :next_steps,
  :review_status,
  :stage,
  :target_close_date)
  SENSITIVE = [:next_steps]
  include Aws::Structure
end

#target_close_dateString

The projected launch date of the opportunity shared through a snapshot.

Returns:

  • (String)


2763
2764
2765
2766
2767
2768
2769
2770
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 2763

class LifeCycleForView < Struct.new(
  :next_steps,
  :review_status,
  :stage,
  :target_close_date)
  SENSITIVE = [:next_steps]
  include Aws::Structure
end