Class: Aws::IoTWireless::Types::GetPartnerAccountResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotwireless/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_linkedBoolean

Whether the partner account is linked to the AWS account.

Returns:



2287
2288
2289
2290
2291
2292
# File 'lib/aws-sdk-iotwireless/types.rb', line 2287

class GetPartnerAccountResponse < Struct.new(
  :sidewalk,
  :account_linked)
  SENSITIVE = []
  include Aws::Structure
end

#sidewalkTypes::SidewalkAccountInfoWithFingerprint

The Sidewalk account credentials.

Returns:



2287
2288
2289
2290
2291
2292
# File 'lib/aws-sdk-iotwireless/types.rb', line 2287

class GetPartnerAccountResponse < Struct.new(
  :sidewalk,
  :account_linked)
  SENSITIVE = []
  include Aws::Structure
end