Class: Aws::IoTWireless::Types::SidewalkAccountInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::SidewalkAccountInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Overview
Information about a Sidewalk account.
Constant Summary collapse
- SENSITIVE =
[:app_server_private_key]
Instance Attribute Summary collapse
-
#amazon_id ⇒ String
The Sidewalk Amazon ID.
-
#app_server_private_key ⇒ String
The Sidewalk application server private key.
Instance Attribute Details
#amazon_id ⇒ String
The Sidewalk Amazon ID.
5467 5468 5469 5470 5471 5472 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 5467 class SidewalkAccountInfo < Struct.new( :amazon_id, :app_server_private_key) SENSITIVE = [:app_server_private_key] include Aws::Structure end |
#app_server_private_key ⇒ String
The Sidewalk application server private key.
5467 5468 5469 5470 5471 5472 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 5467 class SidewalkAccountInfo < Struct.new( :amazon_id, :app_server_private_key) SENSITIVE = [:app_server_private_key] include Aws::Structure end |