Class: Aws::PartnerCentralSelling::Types::ProjectSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-partnercentralselling/types.rb

Overview

An object that contains a ‘Project` object’s subset of fields.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_modelsArray<String>

Specifies your solution or service’s deployment or consumption model in the ‘Opportunity`’s context. You can select multiple options.

Options’ descriptions from the ‘Delivery Model` field are:

  • SaaS or PaaS: Your Amazon Web Services based solution deployed as SaaS or PaaS in your Amazon Web Services environment.

  • BYOL or AMI: Your Amazon Web Services based solution deployed as BYOL or AMI in the end customer’s Amazon Web Services environment.

  • Managed Services: The end customer’s Amazon Web Services business management (For example: Consulting, design, implementation, billing support, cost optimization, technical support).

  • Professional Services: Offerings to help enterprise end customers achieve specific business outcomes for enterprise cloud adoption (For example: Advisory or transformation planning).

  • Resell: Amazon Web Services accounts and billing management for your customers.

  • Other: Delivery model not described above.

Returns:

  • (Array<String>)


4425
4426
4427
4428
4429
4430
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 4425

class ProjectSummary < Struct.new(
  :delivery_models,
  :expected_customer_spend)
  SENSITIVE = []
  include Aws::Structure
end

#expected_customer_spendArray<Types::ExpectedCustomerSpend>

Provides a summary of the expected customer spend for the project, offering a high-level view of the potential financial impact.

Returns:



4425
4426
4427
4428
4429
4430
# File 'lib/aws-sdk-partnercentralselling/types.rb', line 4425

class ProjectSummary < Struct.new(
  :delivery_models,
  :expected_customer_spend)
  SENSITIVE = []
  include Aws::Structure
end