Class: Aws::Types::ModifyInstanceNetworkPerformanceRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bandwidth_weighting"default", ...

Returns the value of attribute bandwidth_weighting.

Returns:

  • ("default", "vpc-1", "ebs-1")


13853
13854
13855
# File 'sig/types.rbs', line 13853

def bandwidth_weighting
  @bandwidth_weighting
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


13854
13855
13856
# File 'sig/types.rbs', line 13854

def dry_run
  @dry_run
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


13852
13853
13854
# File 'sig/types.rbs', line 13852

def instance_id
  @instance_id
end