Class: Aws::Lightsail::Types::MonthlyTransfer

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

Overview

Describes the monthly data transfer in and out of your virtual private server (or instance).

Instance Attribute Summary collapse

Instance Attribute Details

#gb_per_month_allocatedInteger

The amount allocated per month (in GB).

Returns:

  • (Integer)


5961
5962
5963
5964
# File 'lib/aws-sdk-lightsail/types.rb', line 5961

class MonthlyTransfer < Struct.new(
  :gb_per_month_allocated)
  include Aws::Structure
end