Class: Aws::EC2::Types::TransitGatewayPolicyRuleMetaData
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::TransitGatewayPolicyRuleMetaData
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes the meta data tags associated with a transit gateway policy rule.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #meta_data_key  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The key name for the transit gateway policy rule meta data tag.
 - 
  
    
      #meta_data_value  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The value of the key for the transit gateway policy rule meta data tag.
 
Instance Attribute Details
#meta_data_key ⇒ String
The key name for the transit gateway policy rule meta data tag.
      70058 70059 70060 70061 70062 70063  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70058 class TransitGatewayPolicyRuleMetaData < Struct.new( :meta_data_key, :meta_data_value) SENSITIVE = [] include Aws::Structure end  | 
  
#meta_data_value ⇒ String
The value of the key for the transit gateway policy rule meta data tag.
      70058 70059 70060 70061 70062 70063  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 70058 class TransitGatewayPolicyRuleMetaData < Struct.new( :meta_data_key, :meta_data_value) SENSITIVE = [] include Aws::Structure end  |