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)


2918
2919
2920
2921
2922
# File 'gems/aws-sdk-vpclattice/lib/aws-sdk-vpclattice/types.rb', line 2918

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