Class: Aws::Types::NetworkInterfaceAttachment
- Inherits:
-
Object
- Object
- Aws::Types::NetworkInterfaceAttachment
- 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::AttachmentEnaSrdSpecification
Returns the value of attribute ena_srd_specification.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#instance_owner_id ⇒ ::String
Returns the value of attribute instance_owner_id.
-
#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.
15117 15118 15119 |
# File 'sig/types.rbs', line 15117 def attach_time @attach_time end |
#attachment_id ⇒ ::String
Returns the value of attribute attachment_id.
15118 15119 15120 |
# File 'sig/types.rbs', line 15118 def @attachment_id end |
#delete_on_termination ⇒ Boolean
Returns the value of attribute delete_on_termination.
15119 15120 15121 |
# File 'sig/types.rbs', line 15119 def delete_on_termination @delete_on_termination end |
#device_index ⇒ ::Integer
Returns the value of attribute device_index.
15120 15121 15122 |
# File 'sig/types.rbs', line 15120 def device_index @device_index end |
#ena_queue_count ⇒ ::Integer
Returns the value of attribute ena_queue_count.
15126 15127 15128 |
# File 'sig/types.rbs', line 15126 def ena_queue_count @ena_queue_count end |
#ena_srd_specification ⇒ Types::AttachmentEnaSrdSpecification
Returns the value of attribute ena_srd_specification.
15125 15126 15127 |
# File 'sig/types.rbs', line 15125 def ena_srd_specification @ena_srd_specification end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
15122 15123 15124 |
# File 'sig/types.rbs', line 15122 def instance_id @instance_id end |
#instance_owner_id ⇒ ::String
Returns the value of attribute instance_owner_id.
15123 15124 15125 |
# File 'sig/types.rbs', line 15123 def instance_owner_id @instance_owner_id end |
#network_card_index ⇒ ::Integer
Returns the value of attribute network_card_index.
15121 15122 15123 |
# File 'sig/types.rbs', line 15121 def network_card_index @network_card_index end |
#status ⇒ "attaching", ...
Returns the value of attribute status.
15124 15125 15126 |
# File 'sig/types.rbs', line 15124 def status @status end |