Class: Aws::Types::LifeCycleForView

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:next_steps])

Instance Attribute Summary collapse

Instance Attribute Details

#next_steps::String

Returns the value of attribute next_steps.

Returns:

  • (::String)


762
763
764
# File 'sig/types.rbs', line 762

def next_steps
  @next_steps
end

#review_status"Pending Submission", ...

Returns the value of attribute review_status.

Returns:

  • ("Pending Submission", "Submitted", "In review", "Approved", "Rejected", "Action Required")


760
761
762
# File 'sig/types.rbs', line 760

def review_status
  @review_status
end

#stage"Prospect", ...

Returns the value of attribute stage.

Returns:

  • ("Prospect", "Qualified", "Technical Validation", "Business Validation", "Committed", "Launched", "Closed Lost")


761
762
763
# File 'sig/types.rbs', line 761

def stage
  @stage
end

#target_close_date::String

Returns the value of attribute target_close_date.

Returns:

  • (::String)


759
760
761
# File 'sig/types.rbs', line 759

def target_close_date
  @target_close_date
end