Class: Aws::Types::TransitGatewayPolicyRule
- Inherits:
-
Object
- Object
- Aws::Types::TransitGatewayPolicyRule
- 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::TransitGatewayPolicyRuleMetaData
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.
18435 18436 18437 |
# File 'sig/types.rbs', line 18435 def destination_cidr_block @destination_cidr_block end |
#destination_port_range ⇒ ::String
Returns the value of attribute destination_port_range.
18436 18437 18438 |
# File 'sig/types.rbs', line 18436 def destination_port_range @destination_port_range end |
#meta_data ⇒ Types::TransitGatewayPolicyRuleMetaData
Returns the value of attribute meta_data.
18438 18439 18440 |
# File 'sig/types.rbs', line 18438 def @meta_data end |
#protocol ⇒ ::String
Returns the value of attribute protocol.
18437 18438 18439 |
# File 'sig/types.rbs', line 18437 def protocol @protocol end |
#source_cidr_block ⇒ ::String
Returns the value of attribute source_cidr_block.
18433 18434 18435 |
# File 'sig/types.rbs', line 18433 def source_cidr_block @source_cidr_block end |
#source_port_range ⇒ ::String
Returns the value of attribute source_port_range.
18434 18435 18436 |
# File 'sig/types.rbs', line 18434 def source_port_range @source_port_range end |