Class: Aws::EC2::Types::ModifyInstanceNetworkPerformanceResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ModifyInstanceNetworkPerformanceResult
- Defined in:
- gems/aws-sdk-ec2/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.
61889 61890 61891 61892 61893 61894 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61889 class ModifyInstanceNetworkPerformanceResult < Struct.new( :instance_id, :bandwidth_weighting) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The instance ID that was updated.
61889 61890 61891 61892 61893 61894 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61889 class ModifyInstanceNetworkPerformanceResult < Struct.new( :instance_id, :bandwidth_weighting) SENSITIVE = [] include Aws::Structure end |