Class: Aws::Types::InstanceNetworkInterface

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#associationTypes::InstanceNetworkInterfaceAssociation

Returns the value of attribute association.



11814
11815
11816
# File 'sig/types.rbs', line 11814

def association
  @association
end

#attachmentTypes::InstanceNetworkInterfaceAttachment

Returns the value of attribute attachment.



11815
11816
11817
# File 'sig/types.rbs', line 11815

def attachment
  @attachment
end

#connection_tracking_configurationTypes::ConnectionTrackingSpecificationResponse

Returns the value of attribute connection_tracking_configuration.



11832
11833
11834
# File 'sig/types.rbs', line 11832

def connection_tracking_configuration
  @connection_tracking_configuration
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


11816
11817
11818
# File 'sig/types.rbs', line 11816

def description
  @description
end

#groups::Array[Types::GroupIdentifier]

Returns the value of attribute groups.

Returns:



11817
11818
11819
# File 'sig/types.rbs', line 11817

def groups
  @groups
end

#interface_type::String

Returns the value of attribute interface_type.

Returns:

  • (::String)


11829
11830
11831
# File 'sig/types.rbs', line 11829

def interface_type
  @interface_type
end

#ipv_4_prefixes::Array[Types::InstanceIpv4Prefix]

Returns the value of attribute ipv_4_prefixes.

Returns:



11830
11831
11832
# File 'sig/types.rbs', line 11830

def ipv_4_prefixes
  @ipv_4_prefixes
end

#ipv_6_addresses::Array[Types::InstanceIpv6Address]

Returns the value of attribute ipv_6_addresses.

Returns:



11818
11819
11820
# File 'sig/types.rbs', line 11818

def ipv_6_addresses
  @ipv_6_addresses
end

#ipv_6_prefixes::Array[Types::InstanceIpv6Prefix]

Returns the value of attribute ipv_6_prefixes.

Returns:



11831
11832
11833
# File 'sig/types.rbs', line 11831

def ipv_6_prefixes
  @ipv_6_prefixes
end

#mac_address::String

Returns the value of attribute mac_address.

Returns:

  • (::String)


11819
11820
11821
# File 'sig/types.rbs', line 11819

def mac_address
  @mac_address
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


11820
11821
11822
# File 'sig/types.rbs', line 11820

def network_interface_id
  @network_interface_id
end

#operatorTypes::OperatorResponse

Returns the value of attribute operator.



11833
11834
11835
# File 'sig/types.rbs', line 11833

def operator
  @operator
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


11821
11822
11823
# File 'sig/types.rbs', line 11821

def owner_id
  @owner_id
end

#private_dns_name::String

Returns the value of attribute private_dns_name.

Returns:

  • (::String)


11822
11823
11824
# File 'sig/types.rbs', line 11822

def private_dns_name
  @private_dns_name
end

#private_ip_address::String

Returns the value of attribute private_ip_address.

Returns:

  • (::String)


11823
11824
11825
# File 'sig/types.rbs', line 11823

def private_ip_address
  @private_ip_address
end

#private_ip_addresses::Array[Types::InstancePrivateIpAddress]

Returns the value of attribute private_ip_addresses.

Returns:



11824
11825
11826
# File 'sig/types.rbs', line 11824

def private_ip_addresses
  @private_ip_addresses
end

#source_dest_checkBoolean

Returns the value of attribute source_dest_check.

Returns:

  • (Boolean)


11825
11826
11827
# File 'sig/types.rbs', line 11825

def source_dest_check
  @source_dest_check
end

#status"available", ...

Returns the value of attribute status.

Returns:

  • ("available", "associated", "attaching", "in-use", "detaching")


11826
11827
11828
# File 'sig/types.rbs', line 11826

def status
  @status
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


11827
11828
11829
# File 'sig/types.rbs', line 11827

def subnet_id
  @subnet_id
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


11828
11829
11830
# File 'sig/types.rbs', line 11828

def vpc_id
  @vpc_id
end