Class: Aws::Types::GetOpportunityResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


562
563
564
# File 'sig/types.rbs', line 562

def arn
  @arn
end

#catalog::String

Returns the value of attribute catalog.

Returns:

  • (::String)


552
553
554
# File 'sig/types.rbs', line 552

def catalog
  @catalog
end

#created_date::Time

Returns the value of attribute created_date.

Returns:

  • (::Time)


564
565
566
# File 'sig/types.rbs', line 564

def created_date
  @created_date
end

#customerTypes::Customer

Returns the value of attribute customer.

Returns:



556
557
558
# File 'sig/types.rbs', line 556

def customer
  @customer
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


561
562
563
# File 'sig/types.rbs', line 561

def id
  @id
end

#last_modified_date::Time

Returns the value of attribute last_modified_date.

Returns:

  • (::Time)


563
564
565
# File 'sig/types.rbs', line 563

def last_modified_date
  @last_modified_date
end

#life_cycleTypes::LifeCycle

Returns the value of attribute life_cycle.

Returns:



566
567
568
# File 'sig/types.rbs', line 566

def life_cycle
  @life_cycle
end

#marketingTypes::Marketing

Returns the value of attribute marketing.

Returns:



559
560
561
# File 'sig/types.rbs', line 559

def marketing
  @marketing
end

#national_security"Yes", "No"

Returns the value of attribute national_security.

Returns:

  • ("Yes", "No")


554
555
556
# File 'sig/types.rbs', line 554

def national_security
  @national_security
end

#opportunity_team::Array[Types::Contact]

Returns the value of attribute opportunity_team.

Returns:



567
568
569
# File 'sig/types.rbs', line 567

def opportunity_team
  @opportunity_team
end

#opportunity_type"Net New Business", ...

Returns the value of attribute opportunity_type.

Returns:

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


558
559
560
# File 'sig/types.rbs', line 558

def opportunity_type
  @opportunity_type
end

#partner_opportunity_identifier::String

Returns the value of attribute partner_opportunity_identifier.

Returns:

  • (::String)


555
556
557
# File 'sig/types.rbs', line 555

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


553
554
555
# File 'sig/types.rbs', line 553

def primary_needs_from_aws
  @primary_needs_from_aws
end

#projectTypes::Project

Returns the value of attribute project.

Returns:



557
558
559
# File 'sig/types.rbs', line 557

def project
  @project
end

Returns the value of attribute related_entity_identifiers.



565
566
567
# File 'sig/types.rbs', line 565

def related_entity_identifiers
  @related_entity_identifiers
end

#software_revenueTypes::SoftwareRevenue

Returns the value of attribute software_revenue.



560
561
562
# File 'sig/types.rbs', line 560

def software_revenue
  @software_revenue
end