Class: Aws::Types::AwsOpportunitySummaryFullView
- Inherits:
-
Object
- Object
- Aws::Types::AwsOpportunitySummaryFullView
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cosell_motion ⇒ ::String
Returns the value of attribute cosell_motion.
-
#customer ⇒ Types::AwsOpportunityCustomer
Returns the value of attribute customer.
-
#insights ⇒ Types::AwsOpportunityInsights
Returns the value of attribute insights.
-
#involvement_type ⇒ "For Visibility Only", "Co-Sell"
Returns the value of attribute involvement_type.
-
#involvement_type_change_reason ⇒ "Expansion Opportunity", ...
Returns the value of attribute involvement_type_change_reason.
-
#life_cycle ⇒ Types::AwsOpportunityLifeCycle
Returns the value of attribute life_cycle.
-
#opportunity_team ⇒ ::Array[Types::AwsTeamMember]
Returns the value of attribute opportunity_team.
-
#origin ⇒ "AWS Referral", "Partner Referral"
Returns the value of attribute origin.
-
#project ⇒ Types::AwsOpportunityProject
Returns the value of attribute project.
-
#related_entity_ids ⇒ Types::AwsOpportunityRelatedEntities
Returns the value of attribute related_entity_ids.
-
#related_opportunity_id ⇒ ::String
Returns the value of attribute related_opportunity_id.
-
#visibility ⇒ "Full", "Limited"
Returns the value of attribute visibility.
Instance Attribute Details
#cosell_motion ⇒ ::String
Returns the value of attribute cosell_motion.
139 140 141 |
# File 'sig/types.rbs', line 139 def cosell_motion @cosell_motion end |
#customer ⇒ Types::AwsOpportunityCustomer
Returns the value of attribute customer.
137 138 139 |
# File 'sig/types.rbs', line 137 def customer @customer end |
#insights ⇒ Types::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.
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.
135 136 137 |
# File 'sig/types.rbs', line 135 def involvement_type_change_reason @involvement_type_change_reason end |
#life_cycle ⇒ Types::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.
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.
129 130 131 |
# File 'sig/types.rbs', line 129 def origin @origin end |
#project ⇒ Types::AwsOpportunityProject
Returns the value of attribute project.
138 139 140 |
# File 'sig/types.rbs', line 138 def project @project end |
#related_entity_ids ⇒ Types::AwsOpportunityRelatedEntities
Returns the value of attribute related_entity_ids.
136 137 138 |
# File 'sig/types.rbs', line 136 def @related_entity_ids end |
#related_opportunity_id ⇒ ::String
Returns the value of attribute related_opportunity_id.
128 129 130 |
# File 'sig/types.rbs', line 128 def @related_opportunity_id end |
#visibility ⇒ "Full", "Limited"
Returns the value of attribute visibility.
131 132 133 |
# File 'sig/types.rbs', line 131 def visibility @visibility end |