Class: Aws::IoT::Types::MitigationActionIdentifier
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::MitigationActionIdentifier
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Overview
Information that identifies a mitigation action. This information is returned by ListMitigationActions.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #action_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The IAM role ARN used to apply this mitigation action.
 - 
  
    
      #action_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The friendly name of the mitigation action.
 - 
  
    
      #creation_date  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date when this mitigation action was created.
 
Instance Attribute Details
#action_arn ⇒ String
The IAM role ARN used to apply this mitigation action.
      11970 11971 11972 11973 11974 11975 11976  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 11970 class MitigationActionIdentifier < Struct.new( :action_name, :action_arn, :creation_date) SENSITIVE = [] include Aws::Structure end  | 
  
#action_name ⇒ String
The friendly name of the mitigation action.
      11970 11971 11972 11973 11974 11975 11976  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 11970 class MitigationActionIdentifier < Struct.new( :action_name, :action_arn, :creation_date) SENSITIVE = [] include Aws::Structure end  | 
  
#creation_date ⇒ Time
The date when this mitigation action was created.
      11970 11971 11972 11973 11974 11975 11976  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 11970 class MitigationActionIdentifier < Struct.new( :action_name, :action_arn, :creation_date) SENSITIVE = [] include Aws::Structure end  |