Class: Aws::Types::CreateWirelessGatewayRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token ⇒ ::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


315
316
317
# File 'sig/types.rbs', line 315

def client_request_token
  @client_request_token
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


312
313
314
# File 'sig/types.rbs', line 312

def description
  @description
end

#lo_ra_wan ⇒ Types::LoRaWANGateway

Returns the value of attribute lo_ra_wan.



313
314
315
# File 'sig/types.rbs', line 313

def lo_ra_wan
  @lo_ra_wan
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


311
312
313
# File 'sig/types.rbs', line 311

def name
  @name
end

#tags ⇒ ::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



314
315
316
# File 'sig/types.rbs', line 314

def tags
  @tags
end