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

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ String

The Amazon Resource Name of the new resource.

Returns:

  • (String)


1126
1127
1128
1129
1130
1131
# File 'lib/aws-sdk-iotwireless/types.rb', line 1126

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

#id ⇒ String

The ID of the new wireless gateway.

Returns:

  • (String)


1126
1127
1128
1129
1130
1131
# File 'lib/aws-sdk-iotwireless/types.rb', line 1126

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