Class: Aws::CostOptimizationHub::Types::NatGatewayConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostOptimizationHub::Types::NatGatewayConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costoptimizationhub/types.rb
Overview
The NAT Gateway configuration used for recommendations.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#active_connection_count ⇒ Integer
The number of active connections through the NAT Gateway.
-
#packets_in_from_destination ⇒ Integer
The number of packets received from the destination through the NAT Gateway.
-
#packets_in_from_source ⇒ Integer
The number of packets received from the source through the NAT Gateway.
Instance Attribute Details
#active_connection_count ⇒ Integer
The number of active connections through the NAT Gateway.
1536 1537 1538 1539 1540 1541 1542 |
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 1536 class NatGatewayConfiguration < Struct.new( :active_connection_count, :packets_in_from_source, :packets_in_from_destination) SENSITIVE = [] include Aws::Structure end |
#packets_in_from_destination ⇒ Integer
The number of packets received from the destination through the NAT Gateway.
1536 1537 1538 1539 1540 1541 1542 |
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 1536 class NatGatewayConfiguration < Struct.new( :active_connection_count, :packets_in_from_source, :packets_in_from_destination) SENSITIVE = [] include Aws::Structure end |
#packets_in_from_source ⇒ Integer
The number of packets received from the source through the NAT Gateway.
1536 1537 1538 1539 1540 1541 1542 |
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 1536 class NatGatewayConfiguration < Struct.new( :active_connection_count, :packets_in_from_source, :packets_in_from_destination) SENSITIVE = [] include Aws::Structure end |