Class: Aws::Types::UpdateNetworkProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateNetworkProfileRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#downlink_bandwidth_bits ⇒ ::Integer
Returns the value of attribute downlink_bandwidth_bits.
-
#downlink_delay_ms ⇒ ::Integer
Returns the value of attribute downlink_delay_ms.
-
#downlink_jitter_ms ⇒ ::Integer
Returns the value of attribute downlink_jitter_ms.
-
#downlink_loss_percent ⇒ ::Integer
Returns the value of attribute downlink_loss_percent.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ "CURATED", "PRIVATE"
Returns the value of attribute type.
-
#uplink_bandwidth_bits ⇒ ::Integer
Returns the value of attribute uplink_bandwidth_bits.
-
#uplink_delay_ms ⇒ ::Integer
Returns the value of attribute uplink_delay_ms.
-
#uplink_jitter_ms ⇒ ::Integer
Returns the value of attribute uplink_jitter_ms.
-
#uplink_loss_percent ⇒ ::Integer
Returns the value of attribute uplink_loss_percent.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1455 1456 1457 |
# File 'sig/types.rbs', line 1455 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
1457 1458 1459 |
# File 'sig/types.rbs', line 1457 def description @description end |
#downlink_bandwidth_bits ⇒ ::Integer
Returns the value of attribute downlink_bandwidth_bits.
1460 1461 1462 |
# File 'sig/types.rbs', line 1460 def downlink_bandwidth_bits @downlink_bandwidth_bits end |
#downlink_delay_ms ⇒ ::Integer
Returns the value of attribute downlink_delay_ms.
1462 1463 1464 |
# File 'sig/types.rbs', line 1462 def downlink_delay_ms @downlink_delay_ms end |
#downlink_jitter_ms ⇒ ::Integer
Returns the value of attribute downlink_jitter_ms.
1464 1465 1466 |
# File 'sig/types.rbs', line 1464 def downlink_jitter_ms @downlink_jitter_ms end |
#downlink_loss_percent ⇒ ::Integer
Returns the value of attribute downlink_loss_percent.
1466 1467 1468 |
# File 'sig/types.rbs', line 1466 def downlink_loss_percent @downlink_loss_percent end |
#name ⇒ ::String
Returns the value of attribute name.
1456 1457 1458 |
# File 'sig/types.rbs', line 1456 def name @name end |
#type ⇒ "CURATED", "PRIVATE"
Returns the value of attribute type.
1458 1459 1460 |
# File 'sig/types.rbs', line 1458 def type @type end |
#uplink_bandwidth_bits ⇒ ::Integer
Returns the value of attribute uplink_bandwidth_bits.
1459 1460 1461 |
# File 'sig/types.rbs', line 1459 def uplink_bandwidth_bits @uplink_bandwidth_bits end |
#uplink_delay_ms ⇒ ::Integer
Returns the value of attribute uplink_delay_ms.
1461 1462 1463 |
# File 'sig/types.rbs', line 1461 def uplink_delay_ms @uplink_delay_ms end |
#uplink_jitter_ms ⇒ ::Integer
Returns the value of attribute uplink_jitter_ms.
1463 1464 1465 |
# File 'sig/types.rbs', line 1463 def uplink_jitter_ms @uplink_jitter_ms end |
#uplink_loss_percent ⇒ ::Integer
Returns the value of attribute uplink_loss_percent.
1465 1466 1467 |
# File 'sig/types.rbs', line 1465 def uplink_loss_percent @uplink_loss_percent end |