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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-vpclattice/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.

Returns:

  • (String)


2851
2852
2853
2854
2855
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2851

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