Class: Aws::Types::CreateNetworkProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateNetworkProfileRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#project_arn ⇒ ::String
Returns the value of attribute project_arn.
-
#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
#description ⇒ ::String
Returns the value of attribute description.
91 92 93 |
# File 'sig/types.rbs', line 91 def description @description end |
#downlink_bandwidth_bits ⇒ ::Integer
Returns the value of attribute downlink_bandwidth_bits.
94 95 96 |
# File 'sig/types.rbs', line 94 def downlink_bandwidth_bits @downlink_bandwidth_bits end |
#downlink_delay_ms ⇒ ::Integer
Returns the value of attribute downlink_delay_ms.
96 97 98 |
# File 'sig/types.rbs', line 96 def downlink_delay_ms @downlink_delay_ms end |
#downlink_jitter_ms ⇒ ::Integer
Returns the value of attribute downlink_jitter_ms.
98 99 100 |
# File 'sig/types.rbs', line 98 def downlink_jitter_ms @downlink_jitter_ms end |
#downlink_loss_percent ⇒ ::Integer
Returns the value of attribute downlink_loss_percent.
100 101 102 |
# File 'sig/types.rbs', line 100 def downlink_loss_percent @downlink_loss_percent end |
#name ⇒ ::String
Returns the value of attribute name.
90 91 92 |
# File 'sig/types.rbs', line 90 def name @name end |
#project_arn ⇒ ::String
Returns the value of attribute project_arn.
89 90 91 |
# File 'sig/types.rbs', line 89 def project_arn @project_arn end |
#type ⇒ "CURATED", "PRIVATE"
Returns the value of attribute type.
92 93 94 |
# File 'sig/types.rbs', line 92 def type @type end |
#uplink_bandwidth_bits ⇒ ::Integer
Returns the value of attribute uplink_bandwidth_bits.
93 94 95 |
# File 'sig/types.rbs', line 93 def uplink_bandwidth_bits @uplink_bandwidth_bits end |
#uplink_delay_ms ⇒ ::Integer
Returns the value of attribute uplink_delay_ms.
95 96 97 |
# File 'sig/types.rbs', line 95 def uplink_delay_ms @uplink_delay_ms end |
#uplink_jitter_ms ⇒ ::Integer
Returns the value of attribute uplink_jitter_ms.
97 98 99 |
# File 'sig/types.rbs', line 97 def uplink_jitter_ms @uplink_jitter_ms end |
#uplink_loss_percent ⇒ ::Integer
Returns the value of attribute uplink_loss_percent.
99 100 101 |
# File 'sig/types.rbs', line 99 def uplink_loss_percent @uplink_loss_percent end |