Class: Aws::PartnerCentralChannel::Types::PartnerLedSupport

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb

Overview

Configuration for partner-led support plans.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#coverageString

The coverage level for partner-led support.

Returns:

  • (String)


993
994
995
996
997
998
999
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 993

class PartnerLedSupport < Struct.new(
  :coverage,
  :provider,
  :tam_location)
  SENSITIVE = []
  include Aws::Structure
end

#providerString

The provider of the partner-led support.

Returns:

  • (String)


993
994
995
996
997
998
999
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 993

class PartnerLedSupport < Struct.new(
  :coverage,
  :provider,
  :tam_location)
  SENSITIVE = []
  include Aws::Structure
end

#tam_locationString

The location of the Technical Account Manager (TAM).

Returns:

  • (String)


993
994
995
996
997
998
999
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 993

class PartnerLedSupport < Struct.new(
  :coverage,
  :provider,
  :tam_location)
  SENSITIVE = []
  include Aws::Structure
end