Class: Aws::Types::AttachNetworkInterfaceRequest
- Inherits:
-
Object
- Object
- Aws::Types::AttachNetworkInterfaceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#device_index ⇒ ::Integer
Returns the value of attribute device_index.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#ena_queue_count ⇒ ::Integer
Returns the value of attribute ena_queue_count.
-
#ena_srd_specification ⇒ Types::EnaSrdSpecification
Returns the value of attribute ena_srd_specification.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#network_card_index ⇒ ::Integer
Returns the value of attribute network_card_index.
-
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
Instance Attribute Details
#device_index ⇒ ::Integer
Returns the value of attribute device_index.
853 854 855 |
# File 'sig/types.rbs', line 853 def device_index @device_index end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
850 851 852 |
# File 'sig/types.rbs', line 850 def dry_run @dry_run end |
#ena_queue_count ⇒ ::Integer
Returns the value of attribute ena_queue_count.
849 850 851 |
# File 'sig/types.rbs', line 849 def ena_queue_count @ena_queue_count end |
#ena_srd_specification ⇒ Types::EnaSrdSpecification
Returns the value of attribute ena_srd_specification.
848 849 850 |
# File 'sig/types.rbs', line 848 def ena_srd_specification @ena_srd_specification end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
852 853 854 |
# File 'sig/types.rbs', line 852 def instance_id @instance_id end |
#network_card_index ⇒ ::Integer
Returns the value of attribute network_card_index.
847 848 849 |
# File 'sig/types.rbs', line 847 def network_card_index @network_card_index end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
851 852 853 |
# File 'sig/types.rbs', line 851 def network_interface_id @network_interface_id end |