Class: Aws::IoTWireless::Types::CreateWirelessGatewayResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::CreateWirelessGatewayResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name of the new resource.
-
#id ⇒ String
The ID of the new wireless gateway.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name of the new resource.
1088 1089 1090 1091 1092 1093 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 1088 class CreateWirelessGatewayResponse < Struct.new( :arn, :id) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the new wireless gateway.
1088 1089 1090 1091 1092 1093 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 1088 class CreateWirelessGatewayResponse < Struct.new( :arn, :id) SENSITIVE = [] include Aws::Structure end |