Class: Aws::IoT::Types::AttachSecurityProfileRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::AttachSecurityProfileRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #security_profile_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The security profile that is attached.
 - 
  
    
      #security_profile_target_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the target (thing group) to which the security profile is attached.
 
Instance Attribute Details
#security_profile_name ⇒ String
The security profile that is attached.
      599 600 601 602 603 604  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 599 class AttachSecurityProfileRequest < Struct.new( :security_profile_name, :security_profile_target_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#security_profile_target_arn ⇒ String
The ARN of the target (thing group) to which the security profile is attached.
      599 600 601 602 603 604  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 599 class AttachSecurityProfileRequest < Struct.new( :security_profile_name, :security_profile_target_arn) SENSITIVE = [] include Aws::Structure end  |