Class: Aws::SsmSap::Types::IpAddressMember
- Inherits:
-
Struct
- Object
- Struct
- Aws::SsmSap::Types::IpAddressMember
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmsap/types.rb
Overview
Provides information of the IP address.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#allocation_type ⇒ String
The type of allocation for the IP address.
-
#ip_address ⇒ String
The IP address.
-
#primary ⇒ Boolean
The primary IP address.
Instance Attribute Details
#allocation_type ⇒ String
The type of allocation for the IP address.
814 815 816 817 818 819 820 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 814 class IpAddressMember < Struct.new( :ip_address, :primary, :allocation_type) SENSITIVE = [] include Aws::Structure end |
#ip_address ⇒ String
The IP address.
814 815 816 817 818 819 820 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 814 class IpAddressMember < Struct.new( :ip_address, :primary, :allocation_type) SENSITIVE = [] include Aws::Structure end |
#primary ⇒ Boolean
The primary IP address.
814 815 816 817 818 819 820 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 814 class IpAddressMember < Struct.new( :ip_address, :primary, :allocation_type) SENSITIVE = [] include Aws::Structure end |