Class: Aws::Types::NetworkProfile
- Inherits:
-
Object
- Object
- Aws::Types::NetworkProfile
- 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.
969 970 971 |
# File 'sig/types.rbs', line 969 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
971 972 973 |
# File 'sig/types.rbs', line 971 def description @description end |
#downlink_bandwidth_bits ⇒ ::Integer
Returns the value of attribute downlink_bandwidth_bits.
974 975 976 |
# File 'sig/types.rbs', line 974 def downlink_bandwidth_bits @downlink_bandwidth_bits end |
#downlink_delay_ms ⇒ ::Integer
Returns the value of attribute downlink_delay_ms.
976 977 978 |
# File 'sig/types.rbs', line 976 def downlink_delay_ms @downlink_delay_ms end |
#downlink_jitter_ms ⇒ ::Integer
Returns the value of attribute downlink_jitter_ms.
978 979 980 |
# File 'sig/types.rbs', line 978 def downlink_jitter_ms @downlink_jitter_ms end |
#downlink_loss_percent ⇒ ::Integer
Returns the value of attribute downlink_loss_percent.
980 981 982 |
# File 'sig/types.rbs', line 980 def downlink_loss_percent @downlink_loss_percent end |
#name ⇒ ::String
Returns the value of attribute name.
970 971 972 |
# File 'sig/types.rbs', line 970 def name @name end |
#type ⇒ "CURATED", "PRIVATE"
Returns the value of attribute type.
972 973 974 |
# File 'sig/types.rbs', line 972 def type @type end |
#uplink_bandwidth_bits ⇒ ::Integer
Returns the value of attribute uplink_bandwidth_bits.
973 974 975 |
# File 'sig/types.rbs', line 973 def uplink_bandwidth_bits @uplink_bandwidth_bits end |
#uplink_delay_ms ⇒ ::Integer
Returns the value of attribute uplink_delay_ms.
975 976 977 |
# File 'sig/types.rbs', line 975 def uplink_delay_ms @uplink_delay_ms end |
#uplink_jitter_ms ⇒ ::Integer
Returns the value of attribute uplink_jitter_ms.
977 978 979 |
# File 'sig/types.rbs', line 977 def uplink_jitter_ms @uplink_jitter_ms end |
#uplink_loss_percent ⇒ ::Integer
Returns the value of attribute uplink_loss_percent.
979 980 981 |
# File 'sig/types.rbs', line 979 def uplink_loss_percent @uplink_loss_percent end |