Class: Aws::Types::InstanceNetworkInterface
- Inherits:
-
Object
- Object
- Aws::Types::InstanceNetworkInterface
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association ⇒ Types::InstanceNetworkInterfaceAssociation
Returns the value of attribute association.
-
#attachment ⇒ Types::InstanceNetworkInterfaceAttachment
Returns the value of attribute attachment.
-
#connection_tracking_configuration ⇒ Types::ConnectionTrackingSpecificationResponse
Returns the value of attribute connection_tracking_configuration.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#groups ⇒ ::Array[Types::GroupIdentifier]
Returns the value of attribute groups.
-
#interface_type ⇒ ::String
Returns the value of attribute interface_type.
-
#ipv_4_prefixes ⇒ ::Array[Types::InstanceIpv4Prefix]
Returns the value of attribute ipv_4_prefixes.
-
#ipv_6_addresses ⇒ ::Array[Types::InstanceIpv6Address]
Returns the value of attribute ipv_6_addresses.
-
#ipv_6_prefixes ⇒ ::Array[Types::InstanceIpv6Prefix]
Returns the value of attribute ipv_6_prefixes.
-
#mac_address ⇒ ::String
Returns the value of attribute mac_address.
-
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
-
#operator ⇒ Types::OperatorResponse
Returns the value of attribute operator.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#private_dns_name ⇒ ::String
Returns the value of attribute private_dns_name.
-
#private_ip_address ⇒ ::String
Returns the value of attribute private_ip_address.
-
#private_ip_addresses ⇒ ::Array[Types::InstancePrivateIpAddress]
Returns the value of attribute private_ip_addresses.
-
#source_dest_check ⇒ Boolean
Returns the value of attribute source_dest_check.
-
#status ⇒ "available", ...
Returns the value of attribute status.
-
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#association ⇒ Types::InstanceNetworkInterfaceAssociation
Returns the value of attribute association.
11544 11545 11546 |
# File 'sig/types.rbs', line 11544 def association @association end |
#attachment ⇒ Types::InstanceNetworkInterfaceAttachment
Returns the value of attribute attachment.
11545 11546 11547 |
# File 'sig/types.rbs', line 11545 def @attachment end |
#connection_tracking_configuration ⇒ Types::ConnectionTrackingSpecificationResponse
Returns the value of attribute connection_tracking_configuration.
11562 11563 11564 |
# File 'sig/types.rbs', line 11562 def connection_tracking_configuration @connection_tracking_configuration end |
#description ⇒ ::String
Returns the value of attribute description.
11546 11547 11548 |
# File 'sig/types.rbs', line 11546 def description @description end |
#groups ⇒ ::Array[Types::GroupIdentifier]
Returns the value of attribute groups.
11547 11548 11549 |
# File 'sig/types.rbs', line 11547 def groups @groups end |
#interface_type ⇒ ::String
Returns the value of attribute interface_type.
11559 11560 11561 |
# File 'sig/types.rbs', line 11559 def interface_type @interface_type end |
#ipv_4_prefixes ⇒ ::Array[Types::InstanceIpv4Prefix]
Returns the value of attribute ipv_4_prefixes.
11560 11561 11562 |
# File 'sig/types.rbs', line 11560 def ipv_4_prefixes @ipv_4_prefixes end |
#ipv_6_addresses ⇒ ::Array[Types::InstanceIpv6Address]
Returns the value of attribute ipv_6_addresses.
11548 11549 11550 |
# File 'sig/types.rbs', line 11548 def ipv_6_addresses @ipv_6_addresses end |
#ipv_6_prefixes ⇒ ::Array[Types::InstanceIpv6Prefix]
Returns the value of attribute ipv_6_prefixes.
11561 11562 11563 |
# File 'sig/types.rbs', line 11561 def ipv_6_prefixes @ipv_6_prefixes end |
#mac_address ⇒ ::String
Returns the value of attribute mac_address.
11549 11550 11551 |
# File 'sig/types.rbs', line 11549 def mac_address @mac_address end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
11550 11551 11552 |
# File 'sig/types.rbs', line 11550 def network_interface_id @network_interface_id end |
#operator ⇒ Types::OperatorResponse
Returns the value of attribute operator.
11563 11564 11565 |
# File 'sig/types.rbs', line 11563 def operator @operator end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
11551 11552 11553 |
# File 'sig/types.rbs', line 11551 def owner_id @owner_id end |
#private_dns_name ⇒ ::String
Returns the value of attribute private_dns_name.
11552 11553 11554 |
# File 'sig/types.rbs', line 11552 def private_dns_name @private_dns_name end |
#private_ip_address ⇒ ::String
Returns the value of attribute private_ip_address.
11553 11554 11555 |
# File 'sig/types.rbs', line 11553 def private_ip_address @private_ip_address end |
#private_ip_addresses ⇒ ::Array[Types::InstancePrivateIpAddress]
Returns the value of attribute private_ip_addresses.
11554 11555 11556 |
# File 'sig/types.rbs', line 11554 def private_ip_addresses @private_ip_addresses end |
#source_dest_check ⇒ Boolean
Returns the value of attribute source_dest_check.
11555 11556 11557 |
# File 'sig/types.rbs', line 11555 def source_dest_check @source_dest_check end |
#status ⇒ "available", ...
Returns the value of attribute status.
11556 11557 11558 |
# File 'sig/types.rbs', line 11556 def status @status end |
#subnet_id ⇒ ::String
Returns the value of attribute subnet_id.
11557 11558 11559 |
# File 'sig/types.rbs', line 11557 def subnet_id @subnet_id end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
11558 11559 11560 |
# File 'sig/types.rbs', line 11558 def vpc_id @vpc_id end |