Class: Aws::EC2::Types::ModifyInstanceNetworkPerformanceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ModifyInstanceNetworkPerformanceRequest
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bandwidth_weighting ⇒ String
Specify the bandwidth weighting option to boost the associated type of baseline bandwidth, as follows:.
-
#dry_run ⇒ Boolean
Checks whether you have the required permissions for the operation, without actually making the request, and provides an error response.
-
#instance_id ⇒ String
The ID of the instance to update.
Instance Attribute Details
#bandwidth_weighting ⇒ String
Specify the bandwidth weighting option to boost the associated type of baseline bandwidth, as follows:
- default
This option uses the standard bandwidth configuration for your instance type.
- vpc-1
This option boosts your networking baseline bandwidth and reduces your EBS baseline bandwidth.
- ebs-1
This option boosts your EBS baseline bandwidth and reduces your networking baseline bandwidth.
61870 61871 61872 61873 61874 61875 61876 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61870 class ModifyInstanceNetworkPerformanceRequest < Struct.new( :instance_id, :bandwidth_weighting, :dry_run) SENSITIVE = [] include Aws::Structure end |
#dry_run ⇒ Boolean
Checks whether you have the required permissions for the operation,
without actually making the request, and provides an error response.
If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.
61870 61871 61872 61873 61874 61875 61876 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61870 class ModifyInstanceNetworkPerformanceRequest < Struct.new( :instance_id, :bandwidth_weighting, :dry_run) SENSITIVE = [] include Aws::Structure end |
#instance_id ⇒ String
The ID of the instance to update.
61870 61871 61872 61873 61874 61875 61876 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61870 class ModifyInstanceNetworkPerformanceRequest < Struct.new( :instance_id, :bandwidth_weighting, :dry_run) SENSITIVE = [] include Aws::Structure end |