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.
18650 18651 18652 |
# File 'sig/types.rbs', line 18650 def destination_cidr_block @destination_cidr_block end |
#destination_port_range ⇒ ::String
Returns the value of attribute destination_port_range.
18651 18652 18653 |
# File 'sig/types.rbs', line 18651 def destination_port_range @destination_port_range end |
#destination_transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute destination_transit_gateway_attachment_id.
18648 18649 18650 |
# File 'sig/types.rbs', line 18648 def @destination_transit_gateway_attachment_id end |
#destination_transit_gateway_attachment_type ⇒ "vpc", ...
Returns the value of attribute destination_transit_gateway_attachment_type.
18649 18650 18651 |
# File 'sig/types.rbs', line 18649 def @destination_transit_gateway_attachment_type end |
#protocol ⇒ ::String
Returns the value of attribute protocol.
18652 18653 18654 |
# File 'sig/types.rbs', line 18652 def protocol @protocol end |
#source_cidr_block ⇒ ::String
Returns the value of attribute source_cidr_block.
18646 18647 18648 |
# File 'sig/types.rbs', line 18646 def source_cidr_block @source_cidr_block end |
#source_port_range ⇒ ::String
Returns the value of attribute source_port_range.
18647 18648 18649 |
# File 'sig/types.rbs', line 18647 def source_port_range @source_port_range end |
#source_transit_gateway_attachment_id ⇒ ::String
Returns the value of attribute source_transit_gateway_attachment_id.
18644 18645 18646 |
# File 'sig/types.rbs', line 18644 def @source_transit_gateway_attachment_id end |
#source_transit_gateway_attachment_type ⇒ "vpc", ...
Returns the value of attribute source_transit_gateway_attachment_type.
18645 18646 18647 |
# File 'sig/types.rbs', line 18645 def @source_transit_gateway_attachment_type end |