Class: Aws::Lightsail::Types::InstanceNetworking

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb

Overview

Describes monthly data transfer rates and port information for an instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#monthly_transferTypes::MonthlyTransfer

The amount of data in GB allocated for monthly data transfers.



10338
10339
10340
10341
10342
10343
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 10338

class InstanceNetworking < Struct.new(
  :monthly_transfer,
  :ports)
  SENSITIVE = []
  include Aws::Structure
end

#portsArray<Types::InstancePortInfo>

An array of key-value pairs containing information about the ports on the instance.

Returns:



10338
10339
10340
10341
10342
10343
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 10338

class InstanceNetworking < Struct.new(
  :monthly_transfer,
  :ports)
  SENSITIVE = []
  include Aws::Structure
end