Class: Aws::IoTWireless::Types::SidewalkAccountInfoWithFingerprint
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::SidewalkAccountInfoWithFingerprint
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Overview
Information about a Sidewalk account.
Constant Summary collapse
- SENSITIVE =
[:fingerprint]
Instance Attribute Summary collapse
-
#amazon_id ⇒ String
The Sidewalk Amazon ID.
-
#arn ⇒ String
The Amazon Resource Name of the resource.
-
#fingerprint ⇒ String
The fingerprint of the Sidewalk application server private key.
Instance Attribute Details
#amazon_id ⇒ String
The Sidewalk Amazon ID.
5488 5489 5490 5491 5492 5493 5494 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 5488 class SidewalkAccountInfoWithFingerprint < Struct.new( :amazon_id, :fingerprint, :arn) SENSITIVE = [:fingerprint] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name of the resource.
5488 5489 5490 5491 5492 5493 5494 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 5488 class SidewalkAccountInfoWithFingerprint < Struct.new( :amazon_id, :fingerprint, :arn) SENSITIVE = [:fingerprint] include Aws::Structure end |
#fingerprint ⇒ String
The fingerprint of the Sidewalk application server private key.
5488 5489 5490 5491 5492 5493 5494 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 5488 class SidewalkAccountInfoWithFingerprint < Struct.new( :amazon_id, :fingerprint, :arn) SENSITIVE = [:fingerprint] include Aws::Structure end |