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

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

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#monthly_transferTypes::MonthlyTransfer

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



5158
5159
5160
5161
5162
# File 'lib/aws-sdk-lightsail/types.rb', line 5158

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

#portsArray<Types::InstancePortInfo>

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

Returns:



5158
5159
5160
5161
5162
# File 'lib/aws-sdk-lightsail/types.rb', line 5158

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