Class: Aws::Types::ModifyInstanceNetworkPerformanceRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyInstanceNetworkPerformanceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bandwidth_weighting ⇒ "default", ...
Returns the value of attribute bandwidth_weighting.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
Instance Attribute Details
#bandwidth_weighting ⇒ "default", ...
Returns the value of attribute bandwidth_weighting.
13556 13557 13558 |
# File 'sig/types.rbs', line 13556 def bandwidth_weighting @bandwidth_weighting end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
13557 13558 13559 |
# File 'sig/types.rbs', line 13557 def dry_run @dry_run end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
13555 13556 13557 |
# File 'sig/types.rbs', line 13555 def instance_id @instance_id end |