Class: Aws::Types::NetworkInfo

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#interface_name::String

Returns the value of attribute interface_name.

Returns:



484
485
486
# File 'sig/types.rbs', line 484

def interface_name
  @interface_name
end

#ip_address::String

Returns the value of attribute ip_address.

Returns:



485
486
487
# File 'sig/types.rbs', line 485

def ip_address
  @ip_address
end

#mac_address::String

Returns the value of attribute mac_address.

Returns:



486
487
488
# File 'sig/types.rbs', line 486

def mac_address
  @mac_address
end

#net_mask::String

Returns the value of attribute net_mask.

Returns:



487
488
489
# File 'sig/types.rbs', line 487

def net_mask
  @net_mask
end