Class: Aws::Types::GetAwsOpportunitySummaryResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#catalog::String

Returns the value of attribute catalog.

Returns:

  • (::String)


493
494
495
# File 'sig/types.rbs', line 493

def catalog
  @catalog
end

#cosell_motion::String

Returns the value of attribute cosell_motion.

Returns:

  • (::String)


492
493
494
# File 'sig/types.rbs', line 492

def cosell_motion
  @cosell_motion
end

#customerTypes::AwsOpportunityCustomer

Returns the value of attribute customer.



490
491
492
# File 'sig/types.rbs', line 490

def customer
  @customer
end

#insightsTypes::AwsOpportunityInsights

Returns the value of attribute insights.



487
488
489
# File 'sig/types.rbs', line 487

def insights
  @insights
end

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

Returns the value of attribute involvement_type.

Returns:

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


483
484
485
# File 'sig/types.rbs', line 483

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")


488
489
490
# File 'sig/types.rbs', line 488

def involvement_type_change_reason
  @involvement_type_change_reason
end

#life_cycleTypes::AwsOpportunityLifeCycle

Returns the value of attribute life_cycle.



485
486
487
# File 'sig/types.rbs', line 485

def life_cycle
  @life_cycle
end

#opportunity_team::Array[Types::AwsTeamMember]

Returns the value of attribute opportunity_team.

Returns:



486
487
488
# File 'sig/types.rbs', line 486

def opportunity_team
  @opportunity_team
end

#origin"AWS Referral", "Partner Referral"

Returns the value of attribute origin.

Returns:

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


482
483
484
# File 'sig/types.rbs', line 482

def origin
  @origin
end

#projectTypes::AwsOpportunityProject

Returns the value of attribute project.



491
492
493
# File 'sig/types.rbs', line 491

def project
  @project
end

Returns the value of attribute related_entity_ids.



489
490
491
# File 'sig/types.rbs', line 489

def related_entity_ids
  @related_entity_ids
end

Returns the value of attribute related_opportunity_id.

Returns:

  • (::String)


481
482
483
# File 'sig/types.rbs', line 481

def related_opportunity_id
  @related_opportunity_id
end

#visibility"Full", "Limited"

Returns the value of attribute visibility.

Returns:

  • ("Full", "Limited")


484
485
486
# File 'sig/types.rbs', line 484

def visibility
  @visibility
end