Class: Aws::PartnerCentralChannel::Types::ResoldUnifiedOperations

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#charge_account_idString

The AWS account ID to charge for the support plan.

Returns:

  • (String)


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

#coverageString

The coverage level for resold unified operations support.

Returns:

  • (String)


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_locationString

The location of the Technical Account Manager (TAM).

Returns:

  • (String)


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