Class: Aws::Types::UpdateOpportunityRequest

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)


1557
1558
1559
# File 'sig/types.rbs', line 1557

def catalog
  @catalog
end

#customerTypes::Customer

Returns the value of attribute customer.

Returns:



1561
1562
1563
# File 'sig/types.rbs', line 1561

def customer
  @customer
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


1567
1568
1569
# File 'sig/types.rbs', line 1567

def identifier
  @identifier
end

#last_modified_date::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


1566
1567
1568
# File 'sig/types.rbs', line 1566

def last_modified_date
  @last_modified_date
end

#life_cycleTypes::LifeCycle

Returns the value of attribute life_cycle.

Returns:



1568
1569
1570
# File 'sig/types.rbs', line 1568

def life_cycle
  @life_cycle
end

#marketingTypes::Marketing

Returns the value of attribute marketing.

Returns:



1564
1565
1566
# File 'sig/types.rbs', line 1564

def marketing
  @marketing
end

#national_security"Yes", "No"

Returns the value of attribute national_security.

Returns:

  • ("Yes", "No")


1559
1560
1561
# File 'sig/types.rbs', line 1559

def national_security
  @national_security
end

#opportunity_type"Net New Business", ...

Returns the value of attribute opportunity_type.

Returns:

  • ("Net New Business", "Flat Renewal", "Expansion")


1563
1564
1565
# File 'sig/types.rbs', line 1563

def opportunity_type
  @opportunity_type
end

#partner_opportunity_identifier::String

Returns the value of attribute partner_opportunity_identifier.

Returns:

  • (::String)


1560
1561
1562
# File 'sig/types.rbs', line 1560

def partner_opportunity_identifier
  @partner_opportunity_identifier
end

#primary_needs_from_aws::Array[("Co-Sell - Architectural Validation" | "Co-Sell - Business Presentation" | "Co-Sell - Competitive Information" | "Co-Sell - Pricing Assistance" | "Co-Sell - Technical Consultation" | "Co-Sell - Total Cost of Ownership Evaluation" | "Co-Sell - Deal Support" | "Co-Sell - Support for Public Tender / RFx")]

Returns the value of attribute primary_needs_from_aws.

Returns:

  • (::Array[("Co-Sell - Architectural Validation" | "Co-Sell - Business Presentation" | "Co-Sell - Competitive Information" | "Co-Sell - Pricing Assistance" | "Co-Sell - Technical Consultation" | "Co-Sell - Total Cost of Ownership Evaluation" | "Co-Sell - Deal Support" | "Co-Sell - Support for Public Tender / RFx")])


1558
1559
1560
# File 'sig/types.rbs', line 1558

def primary_needs_from_aws
  @primary_needs_from_aws
end

#projectTypes::Project

Returns the value of attribute project.

Returns:



1562
1563
1564
# File 'sig/types.rbs', line 1562

def project
  @project
end

#software_revenueTypes::SoftwareRevenue

Returns the value of attribute software_revenue.



1565
1566
1567
# File 'sig/types.rbs', line 1565

def software_revenue
  @software_revenue
end