Class: Aws::Types::TransitGatewayRequestPolicyRule
- Inherits:
-
Object
- Object
- Aws::Types::TransitGatewayRequestPolicyRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination_cidr_block ⇒ ::String
Returns the value of attribute destination_cidr_block.
-
#destination_port_range ⇒ ::String
Returns the value of attribute destination_port_range.
-
#meta_data ⇒ Types::TransitGatewayRequestPolicyRuleMetaData
Returns the value of attribute meta_data.
-
#protocol ⇒ ::String
Returns the value of attribute protocol.
-
#source_cidr_block ⇒ ::String
Returns the value of attribute source_cidr_block.
-
#source_port_range ⇒ ::String
Returns the value of attribute source_port_range.
Instance Attribute Details
#destination_cidr_block ⇒ ::String
Returns the value of attribute destination_cidr_block.
18856 18857 18858 |
# File 'sig/types.rbs', line 18856 def destination_cidr_block @destination_cidr_block end |
#destination_port_range ⇒ ::String
Returns the value of attribute destination_port_range.
18857 18858 18859 |
# File 'sig/types.rbs', line 18857 def destination_port_range @destination_port_range end |
#meta_data ⇒ Types::TransitGatewayRequestPolicyRuleMetaData
Returns the value of attribute meta_data.
18859 18860 18861 |
# File 'sig/types.rbs', line 18859 def @meta_data end |
#protocol ⇒ ::String
Returns the value of attribute protocol.
18858 18859 18860 |
# File 'sig/types.rbs', line 18858 def protocol @protocol end |
#source_cidr_block ⇒ ::String
Returns the value of attribute source_cidr_block.
18854 18855 18856 |
# File 'sig/types.rbs', line 18854 def source_cidr_block @source_cidr_block end |
#source_port_range ⇒ ::String
Returns the value of attribute source_port_range.
18855 18856 18857 |
# File 'sig/types.rbs', line 18855 def source_port_range @source_port_range end |