Class: Aws::EC2::Types::ModifyInstanceNetworkPerformanceResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ModifyInstanceNetworkPerformanceResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bandwidth_weighting ⇒ String
Contains the updated configuration for bandwidth weighting on the specified instance.
-
#instance_id ⇒ String
The instance ID that was updated.
Instance Attribute Details
#bandwidth_weighting ⇒ String
Contains the updated configuration for bandwidth weighting on the specified instance.
51830 51831 51832 51833 51834 51835 |
# File 'lib/aws-sdk-ec2/types.rb', line 51830 class ModifyInstanceNetworkPerformanceResult < Struct.new( :instance_id, :bandwidth_weighting) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The instance ID that was updated.
51830 51831 51832 51833 51834 51835 |
# File 'lib/aws-sdk-ec2/types.rb', line 51830 class ModifyInstanceNetworkPerformanceResult < Struct.new( :instance_id, :bandwidth_weighting) SENSITIVE = [] include Aws::Structure end |