Class: Aws::IoTWireless::Types::CreateWirelessGatewayResponse

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 new resource.

Returns:

  • (String)


1007
1008
1009
1010
1011
1012
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1007

class CreateWirelessGatewayResponse < Struct.new(
  :arn,
  :id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the new wireless gateway.

Returns:

  • (String)


1007
1008
1009
1010
1011
1012
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 1007

class CreateWirelessGatewayResponse < Struct.new(
  :arn,
  :id)
  SENSITIVE = []
  include Aws::Structure
end