Class: Aws::IoT::Types::DescribeSecurityProfileRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::DescribeSecurityProfileRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #security_profile_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the security profile whose information you want to get.
 
Instance Attribute Details
#security_profile_name ⇒ String
The name of the security profile whose information you want to get.
      6141 6142 6143 6144 6145  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 6141 class DescribeSecurityProfileRequest < Struct.new( :security_profile_name) SENSITIVE = [] include Aws::Structure end  |