Class: Aws::IoTWireless::Types::Ip
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::Ip
- 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
-
#ip_address ⇒ String
IP address information.
Instance Attribute Details
#ip_address ⇒ String
IP address information.
3376 3377 3378 3379 3380 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 3376 class Ip < Struct.new( :ip_address) SENSITIVE = [] include Aws::Structure end |