Class: Aws::VPCLattice::Types::IpResource
- Inherits:
-
Struct
- Object
- Struct
- Aws::VPCLattice::Types::IpResource
- 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
-
#ip_address ⇒ String
The IP address of the IP resource.
Instance Attribute Details
#ip_address ⇒ String
The IP address of the IP resource.
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 |