Class: Aws::IoTWireless::Types::ListPartnerAccountsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::ListPartnerAccountsResponse
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use to get the next set of results, or null if there are no additional results.
-
#sidewalk ⇒ Array<Types::SidewalkAccountInfoWithFingerprint>
The Sidewalk account credentials.
Instance Attribute Details
#next_token ⇒ String
The token to use to get the next set of results, or null if there are no additional results.
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 |
#sidewalk ⇒ Array<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 |