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.
12065 12066 12067 |
# File 'sig/types.rbs', line 12065 def attach_time @attach_time end |
#attachment_id ⇒ ::String
Returns the value of attribute attachment_id.
12066 12067 12068 |
# File 'sig/types.rbs', line 12066 def @attachment_id end |
#delete_on_termination ⇒ Boolean
Returns the value of attribute delete_on_termination.
12067 12068 12069 |
# File 'sig/types.rbs', line 12067 def delete_on_termination @delete_on_termination end |
#device_index ⇒ ::Integer
Returns the value of attribute device_index.
12068 12069 12070 |
# File 'sig/types.rbs', line 12068 def device_index @device_index end |
#ena_queue_count ⇒ ::Integer
Returns the value of attribute ena_queue_count.
12072 12073 12074 |
# File 'sig/types.rbs', line 12072 def ena_queue_count @ena_queue_count end |
#ena_srd_specification ⇒ Types::InstanceAttachmentEnaSrdSpecification
Returns the value of attribute ena_srd_specification.
12071 12072 12073 |
# File 'sig/types.rbs', line 12071 def ena_srd_specification @ena_srd_specification end |
#network_card_index ⇒ ::Integer
Returns the value of attribute network_card_index.
12070 12071 12072 |
# File 'sig/types.rbs', line 12070 def network_card_index @network_card_index end |
#status ⇒ "attaching", ...
Returns the value of attribute status.
12069 12070 12071 |
# File 'sig/types.rbs', line 12069 def status @status end |