Class: Aws::Types::InstanceSecondaryInterface
- Inherits:
-
Object
- Object
- Aws::Types::InstanceSecondaryInterface
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment ⇒ Types::InstanceSecondaryInterfaceAttachment
Returns the value of attribute attachment.
-
#interface_type ⇒ "secondary"
Returns the value of attribute interface_type.
-
#mac_address ⇒ ::String
Returns the value of attribute mac_address.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#private_ip_addresses ⇒ ::Array[Types::InstanceSecondaryInterfacePrivateIpAddress]
Returns the value of attribute private_ip_addresses.
-
#secondary_interface_id ⇒ ::String
Returns the value of attribute secondary_interface_id.
-
#secondary_network_id ⇒ ::String
Returns the value of attribute secondary_network_id.
-
#secondary_subnet_id ⇒ ::String
Returns the value of attribute secondary_subnet_id.
-
#source_dest_check ⇒ Boolean
Returns the value of attribute source_dest_check.
-
#status ⇒ "available", "in-use"
Returns the value of attribute status.
Instance Attribute Details
#attachment ⇒ Types::InstanceSecondaryInterfaceAttachment
Returns the value of attribute attachment.
11701 11702 11703 |
# File 'sig/types.rbs', line 11701 def @attachment end |
#interface_type ⇒ "secondary"
Returns the value of attribute interface_type.
11710 11711 11712 |
# File 'sig/types.rbs', line 11710 def interface_type @interface_type end |
#mac_address ⇒ ::String
Returns the value of attribute mac_address.
11702 11703 11704 |
# File 'sig/types.rbs', line 11702 def mac_address @mac_address end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
11704 11705 11706 |
# File 'sig/types.rbs', line 11704 def owner_id @owner_id end |
#private_ip_addresses ⇒ ::Array[Types::InstanceSecondaryInterfacePrivateIpAddress]
Returns the value of attribute private_ip_addresses.
11705 11706 11707 |
# File 'sig/types.rbs', line 11705 def private_ip_addresses @private_ip_addresses end |
#secondary_interface_id ⇒ ::String
Returns the value of attribute secondary_interface_id.
11703 11704 11705 |
# File 'sig/types.rbs', line 11703 def secondary_interface_id @secondary_interface_id end |
#secondary_network_id ⇒ ::String
Returns the value of attribute secondary_network_id.
11709 11710 11711 |
# File 'sig/types.rbs', line 11709 def secondary_network_id @secondary_network_id end |
#secondary_subnet_id ⇒ ::String
Returns the value of attribute secondary_subnet_id.
11708 11709 11710 |
# File 'sig/types.rbs', line 11708 def secondary_subnet_id @secondary_subnet_id end |
#source_dest_check ⇒ Boolean
Returns the value of attribute source_dest_check.
11706 11707 11708 |
# File 'sig/types.rbs', line 11706 def source_dest_check @source_dest_check end |
#status ⇒ "available", "in-use"
Returns the value of attribute status.
11707 11708 11709 |
# File 'sig/types.rbs', line 11707 def status @status end |