Class: Aws::Types::AwsEc2NetworkInterfaceDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attachmentTypes::AwsEc2NetworkInterfaceAttachment

Returns the value of attribute attachment.



1774
1775
1776
# File 'sig/types.rbs', line 1774

def attachment
  @attachment
end

#ip_v6_addresses::Array[Types::AwsEc2NetworkInterfaceIpV6AddressDetail]

Returns the value of attribute ip_v6_addresses.



1778
1779
1780
# File 'sig/types.rbs', line 1778

def ip_v6_addresses
  @ip_v6_addresses
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


1775
1776
1777
# File 'sig/types.rbs', line 1775

def network_interface_id
  @network_interface_id
end

#private_ip_addresses::Array[Types::AwsEc2NetworkInterfacePrivateIpAddressDetail]

Returns the value of attribute private_ip_addresses.



1779
1780
1781
# File 'sig/types.rbs', line 1779

def private_ip_addresses
  @private_ip_addresses
end

#public_dns_name::String

Returns the value of attribute public_dns_name.

Returns:

  • (::String)


1780
1781
1782
# File 'sig/types.rbs', line 1780

def public_dns_name
  @public_dns_name
end

#public_ip::String

Returns the value of attribute public_ip.

Returns:

  • (::String)


1781
1782
1783
# File 'sig/types.rbs', line 1781

def public_ip
  @public_ip
end

#security_groups::Array[Types::AwsEc2NetworkInterfaceSecurityGroup]

Returns the value of attribute security_groups.



1776
1777
1778
# File 'sig/types.rbs', line 1776

def security_groups
  @security_groups
end

#source_dest_checkBoolean

Returns the value of attribute source_dest_check.

Returns:

  • (Boolean)


1777
1778
1779
# File 'sig/types.rbs', line 1777

def source_dest_check
  @source_dest_check
end