Class: Aws::VPCLattice::Types::IpResource

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

Overview

Describes an IP resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ip_addressString

The IP address of the IP resource.



3210
3211
3212
3213
3214
# File 'lib/aws-sdk-vpclattice/types.rb', line 3210

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