Class: Aws::Types::CreateOpportunityRequest

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)


253
254
255
# File 'sig/types.rbs', line 253

def catalog
  @catalog
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


262
263
264
# File 'sig/types.rbs', line 262

def client_token
  @client_token
end

#customerTypes::Customer

Returns the value of attribute customer.

Returns:



257
258
259
# File 'sig/types.rbs', line 257

def customer
  @customer
end

#life_cycleTypes::LifeCycle

Returns the value of attribute life_cycle.

Returns:



263
264
265
# File 'sig/types.rbs', line 263

def life_cycle
  @life_cycle
end

#marketingTypes::Marketing

Returns the value of attribute marketing.

Returns:



260
261
262
# File 'sig/types.rbs', line 260

def marketing
  @marketing
end

#national_security"Yes", "No"

Returns the value of attribute national_security.

Returns:

  • ("Yes", "No")


255
256
257
# File 'sig/types.rbs', line 255

def national_security
  @national_security
end

#opportunity_team::Array[Types::Contact]

Returns the value of attribute opportunity_team.

Returns:



265
266
267
# File 'sig/types.rbs', line 265

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


259
260
261
# File 'sig/types.rbs', line 259

def opportunity_type
  @opportunity_type
end

#origin"AWS Referral", "Partner Referral"

Returns the value of attribute origin.

Returns:

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


264
265
266
# File 'sig/types.rbs', line 264

def origin
  @origin
end

#partner_opportunity_identifier::String

Returns the value of attribute partner_opportunity_identifier.

Returns:

  • (::String)


256
257
258
# File 'sig/types.rbs', line 256

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


254
255
256
# File 'sig/types.rbs', line 254

def primary_needs_from_aws
  @primary_needs_from_aws
end

#projectTypes::Project

Returns the value of attribute project.

Returns:



258
259
260
# File 'sig/types.rbs', line 258

def project
  @project
end

#software_revenueTypes::SoftwareRevenue

Returns the value of attribute software_revenue.



261
262
263
# File 'sig/types.rbs', line 261

def software_revenue
  @software_revenue
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



266
267
268
# File 'sig/types.rbs', line 266

def tags
  @tags
end