Class: Aws::Lightsail::Types::InstanceNetworking
- Inherits:
-
Struct
- Object
- Struct
- Aws::Lightsail::Types::InstanceNetworking
- Defined in:
- gems/aws-sdk-lightsail/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
-
#monthly_transfer ⇒ Types::MonthlyTransfer
The amount of data in GB allocated for monthly data transfers.
-
#ports ⇒ Array<Types::InstancePortInfo>
An array of key-value pairs containing information about the ports on the instance.
Instance Attribute Details
#monthly_transfer ⇒ Types::MonthlyTransfer
The amount of data in GB allocated for monthly data transfers.
10337 10338 10339 10340 10341 10342 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 10337 class InstanceNetworking < Struct.new( :monthly_transfer, :ports) SENSITIVE = [] include Aws::Structure end |
#ports ⇒ Array<Types::InstancePortInfo>
An array of key-value pairs containing information about the ports on the instance.
10337 10338 10339 10340 10341 10342 |
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 10337 class InstanceNetworking < Struct.new( :monthly_transfer, :ports) SENSITIVE = [] include Aws::Structure end |