Class: Aws::Types::InstanceNetworkInterfaceAttachment
- Inherits:
-
Object
- Object
- Aws::Types::InstanceNetworkInterfaceAttachment
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attach_time ⇒ ::Time
Returns the value of attribute attach_time.
-
#attachment_id ⇒ ::String
Returns the value of attribute attachment_id.
-
#delete_on_termination ⇒ Boolean
Returns the value of attribute delete_on_termination.
-
#device_index ⇒ ::Integer
Returns the value of attribute device_index.
-
#ena_queue_count ⇒ ::Integer
Returns the value of attribute ena_queue_count.
-
#ena_srd_specification ⇒ Types::InstanceAttachmentEnaSrdSpecification
Returns the value of attribute ena_srd_specification.
-
#network_card_index ⇒ ::Integer
Returns the value of attribute network_card_index.
-
#status ⇒ "attaching", ...
Returns the value of attribute status.
Instance Attribute Details
#attach_time ⇒ ::Time
Returns the value of attribute attach_time.
11577 11578 11579 |
# File 'sig/types.rbs', line 11577 def attach_time @attach_time end |
#attachment_id ⇒ ::String
Returns the value of attribute attachment_id.
11578 11579 11580 |
# File 'sig/types.rbs', line 11578 def @attachment_id end |
#delete_on_termination ⇒ Boolean
Returns the value of attribute delete_on_termination.
11579 11580 11581 |
# File 'sig/types.rbs', line 11579 def delete_on_termination @delete_on_termination end |
#device_index ⇒ ::Integer
Returns the value of attribute device_index.
11580 11581 11582 |
# File 'sig/types.rbs', line 11580 def device_index @device_index end |
#ena_queue_count ⇒ ::Integer
Returns the value of attribute ena_queue_count.
11584 11585 11586 |
# File 'sig/types.rbs', line 11584 def ena_queue_count @ena_queue_count end |
#ena_srd_specification ⇒ Types::InstanceAttachmentEnaSrdSpecification
Returns the value of attribute ena_srd_specification.
11583 11584 11585 |
# File 'sig/types.rbs', line 11583 def ena_srd_specification @ena_srd_specification end |
#network_card_index ⇒ ::Integer
Returns the value of attribute network_card_index.
11582 11583 11584 |
# File 'sig/types.rbs', line 11582 def network_card_index @network_card_index end |
#status ⇒ "attaching", ...
Returns the value of attribute status.
11581 11582 11583 |
# File 'sig/types.rbs', line 11581 def status @status end |