Class: Aws::IoTWireless::Types::Ip

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

Overview

IP address used for resolving device location.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ip_addressString

IP address information.

Returns:

  • (String)


3245
3246
3247
3248
3249
# File 'lib/aws-sdk-iotwireless/types.rb', line 3245

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