Class: Aws::IoTWireless::Types::ListPartnerAccountsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::ListPartnerAccountsResponse
- Includes:
- Structure
- Defined in:
- 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.
3613 3614 3615 3616 3617 3618 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 3613 class ListPartnerAccountsResponse < Struct.new( :next_token, :sidewalk) SENSITIVE = [] include Aws::Structure end |
#sidewalk ⇒ Array<Types::SidewalkAccountInfoWithFingerprint>
The Sidewalk account credentials.
3613 3614 3615 3616 3617 3618 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 3613 class ListPartnerAccountsResponse < Struct.new( :next_token, :sidewalk) SENSITIVE = [] include Aws::Structure end |