Class: Aws::IoTWireless::Types::GetServiceEndpointRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#service_typeString

The service type for which to get endpoint information about. Can be CUPS for the Configuration and Update Server endpoint, or LNS for the LoRaWAN Network Server endpoint.

Returns:

  • (String)


2611
2612
2613
2614
2615
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2611

class GetServiceEndpointRequest < Struct.new(
  :service_type)
  SENSITIVE = []
  include Aws::Structure
end