Class: Aws::IoTWireless::Types::UpdatePartnerAccountRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#partner_account_idString

The ID of the partner account to update.

Returns:

  • (String)


6171
6172
6173
6174
6175
6176
6177
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6171

class UpdatePartnerAccountRequest < Struct.new(
  :sidewalk,
  :partner_account_id,
  :partner_type)
  SENSITIVE = []
  include Aws::Structure
end

#partner_typeString

The partner type.

Returns:

  • (String)


6171
6172
6173
6174
6175
6176
6177
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6171

class UpdatePartnerAccountRequest < Struct.new(
  :sidewalk,
  :partner_account_id,
  :partner_type)
  SENSITIVE = []
  include Aws::Structure
end

#sidewalkTypes::SidewalkUpdateAccount

The Sidewalk account credentials.



6171
6172
6173
6174
6175
6176
6177
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6171

class UpdatePartnerAccountRequest < Struct.new(
  :sidewalk,
  :partner_account_id,
  :partner_type)
  SENSITIVE = []
  include Aws::Structure
end