Class: Aws::Types::UpdateWirelessGatewayRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


2269
2270
2271
# File 'sig/types.rbs', line 2269

def description
  @description
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::Array[::String]])


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.

Returns:

  • (::Float)


2272
2273
2274
# File 'sig/types.rbs', line 2272

def max_eirp
  @max_eirp
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


2271
2272
2273
# File 'sig/types.rbs', line 2271

def net_id_filters
  @net_id_filters
end