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.

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.



10312
10313
10314
10315
10316
10317
# File 'lib/aws-sdk-lightsail/types.rb', line 10312

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:



10312
10313
10314
10315
10316
10317
# File 'lib/aws-sdk-lightsail/types.rb', line 10312

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