Class: Aws::IoT::Types::CreateSecurityProfileResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IoT::Types::CreateSecurityProfileResponse
 
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #security_profile_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ARN of the security profile. 
- 
  
    
      #security_profile_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name you gave to the security profile. 
Instance Attribute Details
#security_profile_arn ⇒ String
The ARN of the security profile.
| 4439 4440 4441 4442 4443 4444 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4439 class CreateSecurityProfileResponse < Struct.new( :security_profile_name, :security_profile_arn) SENSITIVE = [] include Aws::Structure end | 
#security_profile_name ⇒ String
The name you gave to the security profile.
| 4439 4440 4441 4442 4443 4444 | # File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4439 class CreateSecurityProfileResponse < Struct.new( :security_profile_name, :security_profile_arn) SENSITIVE = [] include Aws::Structure end |