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.
18517 18518 18519 |
# File 'sig/types.rbs', line 18517 def destination_cidr_block @destination_cidr_block end |
#destination_port_range ⇒ ::String
Returns the value of attribute destination_port_range.
18518 18519 18520 |
# File 'sig/types.rbs', line 18518 def destination_port_range @destination_port_range end |
#meta_data ⇒ Types::TransitGatewayRequestPolicyRuleMetaData
Returns the value of attribute meta_data.
18520 18521 18522 |
# File 'sig/types.rbs', line 18520 def @meta_data end |
#protocol ⇒ ::String
Returns the value of attribute protocol.
18519 18520 18521 |
# File 'sig/types.rbs', line 18519 def protocol @protocol end |
#source_cidr_block ⇒ ::String
Returns the value of attribute source_cidr_block.
18515 18516 18517 |
# File 'sig/types.rbs', line 18515 def source_cidr_block @source_cidr_block end |
#source_port_range ⇒ ::String
Returns the value of attribute source_port_range.
18516 18517 18518 |
# File 'sig/types.rbs', line 18516 def source_port_range @source_port_range end |