Class: Aws::Types::UpdateWirelessGatewayRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateWirelessGatewayRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#join_eui_filters ⇒ ::Array[::Array[::String]]
Returns the value of attribute join_eui_filters.
-
#max_eirp ⇒ ::Float
Returns the value of attribute max_eirp.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#net_id_filters ⇒ ::Array[::String]
Returns the value of attribute net_id_filters.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
2269 2270 2271 |
# File 'sig/types.rbs', line 2269 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
2267 2268 2269 |
# File 'sig/types.rbs', line 2267 def id @id end |
#join_eui_filters ⇒ ::Array[::Array[::String]]
Returns the value of attribute join_eui_filters.
2270 2271 2272 |
# File 'sig/types.rbs', line 2270 def join_eui_filters @join_eui_filters end |
#max_eirp ⇒ ::Float
Returns the value of attribute max_eirp.
2272 2273 2274 |
# File 'sig/types.rbs', line 2272 def max_eirp @max_eirp end |
#name ⇒ ::String
Returns the value of attribute name.
2268 2269 2270 |
# File 'sig/types.rbs', line 2268 def name @name end |
#net_id_filters ⇒ ::Array[::String]
Returns the value of attribute net_id_filters.
2271 2272 2273 |
# File 'sig/types.rbs', line 2271 def net_id_filters @net_id_filters end |