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.
18206 18207 18208 |
# File 'sig/types.rbs', line 18206 def destination_cidr_block @destination_cidr_block end |
#destination_port_range ⇒ ::String
Returns the value of attribute destination_port_range.
18207 18208 18209 |
# File 'sig/types.rbs', line 18207 def destination_port_range @destination_port_range end |
#meta_data ⇒ Types::TransitGatewayRequestPolicyRuleMetaData
Returns the value of attribute meta_data.
18209 18210 18211 |
# File 'sig/types.rbs', line 18209 def @meta_data end |
#protocol ⇒ ::String
Returns the value of attribute protocol.
18208 18209 18210 |
# File 'sig/types.rbs', line 18208 def protocol @protocol end |
#source_cidr_block ⇒ ::String
Returns the value of attribute source_cidr_block.
18204 18205 18206 |
# File 'sig/types.rbs', line 18204 def source_cidr_block @source_cidr_block end |
#source_port_range ⇒ ::String
Returns the value of attribute source_port_range.
18205 18206 18207 |
# File 'sig/types.rbs', line 18205 def source_port_range @source_port_range end |