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.
12189 12190 12191 |
# File 'sig/types.rbs', line 12189 def @attachment end |
#interface_type ⇒ "secondary"
Returns the value of attribute interface_type.
12198 12199 12200 |
# File 'sig/types.rbs', line 12198 def interface_type @interface_type end |
#mac_address ⇒ ::String
Returns the value of attribute mac_address.
12190 12191 12192 |
# File 'sig/types.rbs', line 12190 def mac_address @mac_address end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
12192 12193 12194 |
# File 'sig/types.rbs', line 12192 def owner_id @owner_id end |
#private_ip_addresses ⇒ ::Array[Types::InstanceSecondaryInterfacePrivateIpAddress]
Returns the value of attribute private_ip_addresses.
12193 12194 12195 |
# File 'sig/types.rbs', line 12193 def private_ip_addresses @private_ip_addresses end |
#secondary_interface_id ⇒ ::String
Returns the value of attribute secondary_interface_id.
12191 12192 12193 |
# File 'sig/types.rbs', line 12191 def secondary_interface_id @secondary_interface_id end |
#secondary_network_id ⇒ ::String
Returns the value of attribute secondary_network_id.
12197 12198 12199 |
# File 'sig/types.rbs', line 12197 def secondary_network_id @secondary_network_id end |
#secondary_subnet_id ⇒ ::String
Returns the value of attribute secondary_subnet_id.
12196 12197 12198 |
# File 'sig/types.rbs', line 12196 def secondary_subnet_id @secondary_subnet_id end |
#source_dest_check ⇒ Boolean
Returns the value of attribute source_dest_check.
12194 12195 12196 |
# File 'sig/types.rbs', line 12194 def source_dest_check @source_dest_check end |
#status ⇒ "available", "in-use"
Returns the value of attribute status.
12195 12196 12197 |
# File 'sig/types.rbs', line 12195 def status @status end |