Class: Aws::IoTWireless::Types::GetPartnerAccountResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IoTWireless::Types::GetPartnerAccountResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #account_linked  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Whether the partner account is linked to the AWS account. 
- 
  
    
      #sidewalk  ⇒ Types::SidewalkAccountInfoWithFingerprint 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Sidewalk account credentials. 
Instance Attribute Details
#account_linked ⇒ Boolean
Whether the partner account is linked to the AWS account.
| 2271 2272 2273 2274 2275 2276 | # File 'lib/aws-sdk-iotwireless/types.rb', line 2271 class GetPartnerAccountResponse < Struct.new( :sidewalk, :account_linked) SENSITIVE = [] include Aws::Structure end | 
#sidewalk ⇒ Types::SidewalkAccountInfoWithFingerprint
The Sidewalk account credentials.
| 2271 2272 2273 2274 2275 2276 | # File 'lib/aws-sdk-iotwireless/types.rb', line 2271 class GetPartnerAccountResponse < Struct.new( :sidewalk, :account_linked) SENSITIVE = [] include Aws::Structure end |