Class: Aws::IoTWireless::Types::GetWirelessGatewayResponse

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

#arnString

The Amazon Resource Name of the resource.

Returns:

  • (String)


2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2686

class GetWirelessGatewayResponse < Struct.new(
  :name,
  :id,
  :description,
  :lo_ra_wan,
  :arn,
  :thing_name,
  :thing_arn)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the resource.

Returns:

  • (String)


2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2686

class GetWirelessGatewayResponse < Struct.new(
  :name,
  :id,
  :description,
  :lo_ra_wan,
  :arn,
  :thing_name,
  :thing_arn)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the wireless gateway.

Returns:

  • (String)


2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2686

class GetWirelessGatewayResponse < Struct.new(
  :name,
  :id,
  :description,
  :lo_ra_wan,
  :arn,
  :thing_name,
  :thing_arn)
  SENSITIVE = []
  include Aws::Structure
end

#lo_ra_wanTypes::LoRaWANGateway

Information about the wireless gateway.



2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2686

class GetWirelessGatewayResponse < Struct.new(
  :name,
  :id,
  :description,
  :lo_ra_wan,
  :arn,
  :thing_name,
  :thing_arn)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the resource.

Returns:

  • (String)


2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2686

class GetWirelessGatewayResponse < Struct.new(
  :name,
  :id,
  :description,
  :lo_ra_wan,
  :arn,
  :thing_name,
  :thing_arn)
  SENSITIVE = []
  include Aws::Structure
end

#thing_arnString

The ARN of the thing associated with the wireless gateway.

Returns:

  • (String)


2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2686

class GetWirelessGatewayResponse < Struct.new(
  :name,
  :id,
  :description,
  :lo_ra_wan,
  :arn,
  :thing_name,
  :thing_arn)
  SENSITIVE = []
  include Aws::Structure
end

#thing_nameString

The name of the thing associated with the wireless gateway. The value is empty if a thing isn't associated with the gateway.

Returns:

  • (String)


2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 2686

class GetWirelessGatewayResponse < Struct.new(
  :name,
  :id,
  :description,
  :lo_ra_wan,
  :arn,
  :thing_name,
  :thing_arn)
  SENSITIVE = []
  include Aws::Structure
end