Class: Aws::EC2::Types::ModifyInstanceNetworkPerformanceResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#bandwidth_weightingString

Contains the updated configuration for bandwidth weighting on the specified instance.

Returns:

  • (String)


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_idString

The instance ID that was updated.

Returns:

  • (String)


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