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

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


802
803
804
805
806
807
808
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 802

class IpAddressMember < Struct.new(
  :ip_address,
  :primary,
  :allocation_type)
  SENSITIVE = []
  include Aws::Structure
end

#ip_addressString

The IP address.

Returns:

  • (String)


802
803
804
805
806
807
808
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 802

class IpAddressMember < Struct.new(
  :ip_address,
  :primary,
  :allocation_type)
  SENSITIVE = []
  include Aws::Structure
end

#primaryBoolean

The primary IP address.

Returns:

  • (Boolean)


802
803
804
805
806
807
808
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 802

class IpAddressMember < Struct.new(
  :ip_address,
  :primary,
  :allocation_type)
  SENSITIVE = []
  include Aws::Structure
end