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.
11971 11972 11973 |
# File 'sig/types.rbs', line 11971 def @attachment end |
#interface_type ⇒ "secondary"
Returns the value of attribute interface_type.
11980 11981 11982 |
# File 'sig/types.rbs', line 11980 def interface_type @interface_type end |
#mac_address ⇒ ::String
Returns the value of attribute mac_address.
11972 11973 11974 |
# File 'sig/types.rbs', line 11972 def mac_address @mac_address end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
11974 11975 11976 |
# File 'sig/types.rbs', line 11974 def owner_id @owner_id end |
#private_ip_addresses ⇒ ::Array[Types::InstanceSecondaryInterfacePrivateIpAddress]
Returns the value of attribute private_ip_addresses.
11975 11976 11977 |
# File 'sig/types.rbs', line 11975 def private_ip_addresses @private_ip_addresses end |
#secondary_interface_id ⇒ ::String
Returns the value of attribute secondary_interface_id.
11973 11974 11975 |
# File 'sig/types.rbs', line 11973 def secondary_interface_id @secondary_interface_id end |
#secondary_network_id ⇒ ::String
Returns the value of attribute secondary_network_id.
11979 11980 11981 |
# File 'sig/types.rbs', line 11979 def secondary_network_id @secondary_network_id end |
#secondary_subnet_id ⇒ ::String
Returns the value of attribute secondary_subnet_id.
11978 11979 11980 |
# File 'sig/types.rbs', line 11978 def secondary_subnet_id @secondary_subnet_id end |
#source_dest_check ⇒ Boolean
Returns the value of attribute source_dest_check.
11976 11977 11978 |
# File 'sig/types.rbs', line 11976 def source_dest_check @source_dest_check end |
#status ⇒ "available", "in-use"
Returns the value of attribute status.
11977 11978 11979 |
# File 'sig/types.rbs', line 11977 def status @status end |