Class: Aws::Lightsail::Types::MonthlyTransfer
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::MonthlyTransfer
- 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
-
#gb_per_month_allocated ⇒ Integer
The amount allocated per month (in GB).
Instance Attribute Details
#gb_per_month_allocated ⇒ Integer
The amount allocated per month (in GB).
11798 11799 11800 11801 11802 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 11798 class MonthlyTransfer < Struct.new( :gb_per_month_allocated) SENSITIVE = [] include Aws::Structure end |