Class: Aws::Types::Ec2NetworkInterface

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ipv_6_addresses::Array[::String]

Returns the value of attribute ipv_6_addresses.

Returns:

  • (::Array[::String])


1043
1044
1045
# File 'sig/types.rbs', line 1043

def ipv_6_addresses
  @ipv_6_addresses
end

#private_ip_addresses::Array[Types::PrivateIpAddressDetails]

Returns the value of attribute private_ip_addresses.

Returns:



1044
1045
1046
# File 'sig/types.rbs', line 1044

def private_ip_addresses
  @private_ip_addresses
end

#public_ip::String

Returns the value of attribute public_ip.

Returns:

  • (::String)


1045
1046
1047
# File 'sig/types.rbs', line 1045

def public_ip
  @public_ip
end

#security_groups::Array[Types::SecurityGroup]

Returns the value of attribute security_groups.

Returns:



1046
1047
1048
# File 'sig/types.rbs', line 1046

def security_groups
  @security_groups
end

#sub_net_id::String

Returns the value of attribute sub_net_id.

Returns:

  • (::String)


1047
1048
1049
# File 'sig/types.rbs', line 1047

def sub_net_id
  @sub_net_id
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


1048
1049
1050
# File 'sig/types.rbs', line 1048

def vpc_id
  @vpc_id
end