Class: Aws::EC2::Types::TransitGatewayRequestPolicyRuleMetaData
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::TransitGatewayRequestPolicyRuleMetaData
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
A metadata key-value pair for a transit gateway policy rule.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#meta_data_key ⇒ String
The key of the metadata pair for the policy rule.
-
#meta_data_value ⇒ String
The value of the metadata pair for the policy rule.
Instance Attribute Details
#meta_data_key ⇒ String
The key of the metadata pair for the policy rule.
84693 84694 84695 84696 84697 84698 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 84693 class TransitGatewayRequestPolicyRuleMetaData < Struct.new( :meta_data_key, :meta_data_value) SENSITIVE = [] include Aws::Structure end |
#meta_data_value ⇒ String
The value of the metadata pair for the policy rule.
84693 84694 84695 84696 84697 84698 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 84693 class TransitGatewayRequestPolicyRuleMetaData < Struct.new( :meta_data_key, :meta_data_value) SENSITIVE = [] include Aws::Structure end |