Class: Aws::PartnerCentralChannel::Types::ResoldUnifiedOperations
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralChannel::Types::ResoldUnifiedOperations
- Defined in:
- gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb
Overview
Configuration for resold unified operations 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 unified operations 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.
1348 1349 1350 1351 1352 1353 1354 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1348 class ResoldUnifiedOperations < Struct.new( :coverage, :tam_location, :charge_account_id) SENSITIVE = [] include Aws::Structure end |
#coverage ⇒ String
The coverage level for resold unified operations support.
1348 1349 1350 1351 1352 1353 1354 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1348 class ResoldUnifiedOperations < Struct.new( :coverage, :tam_location, :charge_account_id) SENSITIVE = [] include Aws::Structure end |
#tam_location ⇒ String
The location of the Technical Account Manager (TAM).
1348 1349 1350 1351 1352 1353 1354 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 1348 class ResoldUnifiedOperations < Struct.new( :coverage, :tam_location, :charge_account_id) SENSITIVE = [] include Aws::Structure end |