Class: Aws::Types::TransitGatewayMeteringPolicyRule
- Inherits:
-
Object
- Object
- Aws::Types::TransitGatewayMeteringPolicyRule
- 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.
-
#destination_transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute destination_transit_gateway_attachment_id.
-
#destination_transit_gateway_attachment_type ⇒ "vpc", ...
Returns the value of attribute destination_transit_gateway_attachment_type.
-
#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.
-
#source_transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute source_transit_gateway_attachment_id.
-
#source_transit_gateway_attachment_type ⇒ "vpc", ...
Returns the value of attribute source_transit_gateway_attachment_type.
Instance Attribute Details
#destination_cidr_block ⇒ ::String
Returns the value of attribute destination_cidr_block.
18671 18672 18673 |
# File 'sig/types.rbs', line 18671 def destination_cidr_block @destination_cidr_block end |
#destination_port_range ⇒ ::String
Returns the value of attribute destination_port_range.
18672 18673 18674 |
# File 'sig/types.rbs', line 18672 def destination_port_range @destination_port_range end |
#destination_transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute destination_transit_gateway_attachment_id.
18669 18670 18671 |
# File 'sig/types.rbs', line 18669 def @destination_transit_gateway_attachment_id end |
#destination_transit_gateway_attachment_type ⇒ "vpc", ...
Returns the value of attribute destination_transit_gateway_attachment_type.
18670 18671 18672 |
# File 'sig/types.rbs', line 18670 def @destination_transit_gateway_attachment_type end |
#protocol ⇒ ::String
Returns the value of attribute protocol.
18673 18674 18675 |
# File 'sig/types.rbs', line 18673 def protocol @protocol end |
#source_cidr_block ⇒ ::String
Returns the value of attribute source_cidr_block.
18667 18668 18669 |
# File 'sig/types.rbs', line 18667 def source_cidr_block @source_cidr_block end |
#source_port_range ⇒ ::String
Returns the value of attribute source_port_range.
18668 18669 18670 |
# File 'sig/types.rbs', line 18668 def source_port_range @source_port_range end |
#source_transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute source_transit_gateway_attachment_id.
18665 18666 18667 |
# File 'sig/types.rbs', line 18665 def @source_transit_gateway_attachment_id end |
#source_transit_gateway_attachment_type ⇒ "vpc", ...
Returns the value of attribute source_transit_gateway_attachment_type.
18666 18667 18668 |
# File 'sig/types.rbs', line 18666 def @source_transit_gateway_attachment_type end |