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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#gb_per_month_allocatedInteger

The amount allocated per month (in GB).

Returns:

  • (Integer)


11788
11789
11790
11791
11792
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 11788

class MonthlyTransfer < Struct.new(
  :gb_per_month_allocated)
  SENSITIVE = []
  include Aws::Structure
end