Class: Aws::ConfigService::Types::PutConfigRuleRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ConfigService::Types::PutConfigRuleRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #config_rule  ⇒ Types::ConfigRule 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The rule that you want to add to your account. 
- 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An array of tag object. 
Instance Attribute Details
#config_rule ⇒ Types::ConfigRule
The rule that you want to add to your account.
| 6924 6925 6926 6927 6928 6929 | # File 'lib/aws-sdk-configservice/types.rb', line 6924 class PutConfigRuleRequest < Struct.new( :config_rule, :tags) SENSITIVE = [] include Aws::Structure end | 
#tags ⇒ Array<Types::Tag>
An array of tag object.
| 6924 6925 6926 6927 6928 6929 | # File 'lib/aws-sdk-configservice/types.rb', line 6924 class PutConfigRuleRequest < Struct.new( :config_rule, :tags) SENSITIVE = [] include Aws::Structure end |