Class: Aws::SsmSap::Types::IpAddressMember

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#allocation_typeString

The type of allocation for the IP address.

Returns:

  • (String)


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_addressString

The IP address.

Returns:

  • (String)


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

#primaryBoolean

The primary IP address.

Returns:

  • (Boolean)


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