Class: Aws::Types::AwsOpportunitySummaryFullView

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cosell_motion::String

Returns the value of attribute cosell_motion.

Returns:

  • (::String)


139
140
141
# File 'sig/types.rbs', line 139

def cosell_motion
  @cosell_motion
end

#customerTypes::AwsOpportunityCustomer

Returns the value of attribute customer.



137
138
139
# File 'sig/types.rbs', line 137

def customer
  @customer
end

#insightsTypes::AwsOpportunityInsights

Returns the value of attribute insights.



134
135
136
# File 'sig/types.rbs', line 134

def insights
  @insights
end

#involvement_type"For Visibility Only", "Co-Sell"

Returns the value of attribute involvement_type.

Returns:

  • ("For Visibility Only", "Co-Sell")


130
131
132
# File 'sig/types.rbs', line 130

def involvement_type
  @involvement_type
end

#involvement_type_change_reason"Expansion Opportunity", ...

Returns the value of attribute involvement_type_change_reason.

Returns:

  • ("Expansion Opportunity", "Change in Deal Information", "Customer Requested", "Technical Complexity", "Risk Mitigation")


135
136
137
# File 'sig/types.rbs', line 135

def involvement_type_change_reason
  @involvement_type_change_reason
end

#life_cycleTypes::AwsOpportunityLifeCycle

Returns the value of attribute life_cycle.



132
133
134
# File 'sig/types.rbs', line 132

def life_cycle
  @life_cycle
end

#opportunity_team::Array[Types::AwsTeamMember]

Returns the value of attribute opportunity_team.

Returns:



133
134
135
# File 'sig/types.rbs', line 133

def opportunity_team
  @opportunity_team
end

#origin"AWS Referral", "Partner Referral"

Returns the value of attribute origin.

Returns:

  • ("AWS Referral", "Partner Referral")


129
130
131
# File 'sig/types.rbs', line 129

def origin
  @origin
end

#projectTypes::AwsOpportunityProject

Returns the value of attribute project.



138
139
140
# File 'sig/types.rbs', line 138

def project
  @project
end

Returns the value of attribute related_entity_ids.



136
137
138
# File 'sig/types.rbs', line 136

def related_entity_ids
  @related_entity_ids
end

Returns the value of attribute related_opportunity_id.

Returns:

  • (::String)


128
129
130
# File 'sig/types.rbs', line 128

def related_opportunity_id
  @related_opportunity_id
end

#visibility"Full", "Limited"

Returns the value of attribute visibility.

Returns:

  • ("Full", "Limited")


131
132
133
# File 'sig/types.rbs', line 131

def visibility
  @visibility
end