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.
939 940 941 |
# File 'sig/types.rbs', line 939 def device_index @device_index end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
936 937 938 |
# File 'sig/types.rbs', line 936 def dry_run @dry_run end |
#ena_queue_count ⇒ ::Integer
Returns the value of attribute ena_queue_count.
935 936 937 |
# File 'sig/types.rbs', line 935 def ena_queue_count @ena_queue_count end |
#ena_srd_specification ⇒ Types::EnaSrdSpecification
Returns the value of attribute ena_srd_specification.
934 935 936 |
# File 'sig/types.rbs', line 934 def ena_srd_specification @ena_srd_specification end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
938 939 940 |
# File 'sig/types.rbs', line 938 def instance_id @instance_id end |
#network_card_index ⇒ ::Integer
Returns the value of attribute network_card_index.
933 934 935 |
# File 'sig/types.rbs', line 933 def network_card_index @network_card_index end |
#network_interface_id ⇒ ::String
Returns the value of attribute network_interface_id.
937 938 939 |
# File 'sig/types.rbs', line 937 def network_interface_id @network_interface_id end |