Class: Aws::PartnerCentralChannel::Types::PartnerLedSupport
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralChannel::Types::PartnerLedSupport
- 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
-
#coverage ⇒ String
The coverage level for partner-led support.
-
#provider ⇒ String
The provider of the partner-led support.
-
#tam_location ⇒ String
The location of the Technical Account Manager (TAM).
Instance Attribute Details
#coverage ⇒ String
The coverage level for partner-led support.
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 |
#provider ⇒ String
The provider of the partner-led support.
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_location ⇒ String
The location of the Technical Account Manager (TAM).
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 |