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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/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)


5130
5131
5132
5133
5134
5135
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5130

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)


5130
5131
5132
5133
5134
5135
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5130

class SidewalkAccountInfo < Struct.new(
  :amazon_id,
  :app_server_private_key)
  SENSITIVE = [:app_server_private_key]
  include Aws::Structure
end