Class: Aws::PartnerCentralChannel::Types::ResoldEnterprise
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralChannel::Types::ResoldEnterprise
- Defined in:
- gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb
Overview
Configuration for resold enterprise support plans.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#charge_account_id ⇒ String
The AWS account ID to charge for the support plan.
-
#coverage ⇒ String
The coverage level for resold enterprise support.
-
#tam_location ⇒ String
The location of the Technical Account Manager (TAM).
Instance Attribute Details
#charge_account_id ⇒ String
The AWS account ID to charge for the support plan.
1338 1339 1340 1341 1342 1343 1344 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1338 class ResoldEnterprise < Struct.new( :coverage, :tam_location, :charge_account_id) SENSITIVE = [] include Aws::Structure end |
#coverage ⇒ String
The coverage level for resold enterprise support.
1338 1339 1340 1341 1342 1343 1344 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1338 class ResoldEnterprise < Struct.new( :coverage, :tam_location, :charge_account_id) SENSITIVE = [] include Aws::Structure end |
#tam_location ⇒ String
The location of the Technical Account Manager (TAM).
1338 1339 1340 1341 1342 1343 1344 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1338 class ResoldEnterprise < Struct.new( :coverage, :tam_location, :charge_account_id) SENSITIVE = [] include Aws::Structure end |