Class: Aws::CostOptimizationHub::Types::NatGatewayConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#active_connection_countInteger

The number of active connections through the NAT Gateway.

Returns:

  • (Integer)


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_destinationInteger

The number of packets received from the destination through the NAT Gateway.

Returns:

  • (Integer)


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_sourceInteger

The number of packets received from the source through the NAT Gateway.

Returns:

  • (Integer)


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