Class: Aws::Types::TransitGatewayPolicyRuleMetaData
- Inherits:
-
Object
- Object
- Aws::Types::TransitGatewayPolicyRuleMetaData
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#meta_data_key ⇒ ::String
Returns the value of attribute meta_data_key.
-
#meta_data_value ⇒ ::String
Returns the value of attribute meta_data_value.
Instance Attribute Details
#meta_data_key ⇒ ::String
Returns the value of attribute meta_data_key.
18132 18133 18134 |
# File 'sig/types.rbs', line 18132 def @meta_data_key end |
#meta_data_value ⇒ ::String
Returns the value of attribute meta_data_value.
18133 18134 18135 |
# File 'sig/types.rbs', line 18133 def @meta_data_value end |