Class: Aws::PartnerCentralSelling::Types::LifeCycleForView
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralSelling::Types::LifeCycleForView
- 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
-
#next_steps ⇒ String
Describes the next steps for the opportunity shared through a snapshot.
-
#review_status ⇒ String
Defines the approval status of the opportunity shared through a snapshot.
-
#stage ⇒ String
Defines the current stage of the opportunity shared through a snapshot.
-
#target_close_date ⇒ String
The projected launch date of the opportunity shared through a snapshot.
Instance Attribute Details
#next_steps ⇒ String
Describes the next steps for the opportunity shared through a snapshot.
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_status ⇒ String
Defines the approval status of the opportunity shared through a snapshot.
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 |
#stage ⇒ String
Defines the current stage of the opportunity shared through a snapshot.
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_date ⇒ String
The projected launch date of the opportunity shared through a snapshot.
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 |