Class: Aws::IoTWireless::Types::SidewalkAccountInfo

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#amazon_idString

The Sidewalk Amazon ID.

Returns:

  • (String)


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_keyString

The Sidewalk application server private key.

Returns:

  • (String)


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