Class: Aws::IoTWireless::Types::ListPartnerAccountsResponse

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

#next_tokenString

The token to use to get the next set of results, or null if there are no additional results.

Returns:

  • (String)


3545
3546
3547
3548
3549
3550
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3545

class ListPartnerAccountsResponse < Struct.new(
  :next_token,
  :sidewalk)
  SENSITIVE = []
  include Aws::Structure
end

#sidewalkArray<Types::SidewalkAccountInfoWithFingerprint>

The Sidewalk account credentials.



3545
3546
3547
3548
3549
3550
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3545

class ListPartnerAccountsResponse < Struct.new(
  :next_token,
  :sidewalk)
  SENSITIVE = []
  include Aws::Structure
end