Class: Aws::Types::AttachNetworkInterfaceResult
- Inherits:
-
Object
- Object
- Aws::Types::AttachNetworkInterfaceResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment_id ⇒ ::String
Returns the value of attribute attachment_id.
-
#network_card_index ⇒ ::Integer
Returns the value of attribute network_card_index.
Instance Attribute Details
#attachment_id ⇒ ::String
Returns the value of attribute attachment_id.
858 859 860 |
# File 'sig/types.rbs', line 858 def @attachment_id end |
#network_card_index ⇒ ::Integer
Returns the value of attribute network_card_index.
859 860 861 |
# File 'sig/types.rbs', line 859 def network_card_index @network_card_index end |