Class: Aws::Types::NetworkInterfaceAttachmentChanges
- Inherits:
-
Object
- Object
- Aws::Types::NetworkInterfaceAttachmentChanges
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment_id ⇒ ::String
Returns the value of attribute attachment_id.
-
#default_ena_queue_count ⇒ Boolean
Returns the value of attribute default_ena_queue_count.
-
#delete_on_termination ⇒ Boolean
Returns the value of attribute delete_on_termination.
-
#ena_queue_count ⇒ ::Integer
Returns the value of attribute ena_queue_count.
Instance Attribute Details
#attachment_id ⇒ ::String
Returns the value of attribute attachment_id.
15133 15134 15135 |
# File 'sig/types.rbs', line 15133 def @attachment_id end |
#default_ena_queue_count ⇒ Boolean
Returns the value of attribute default_ena_queue_count.
15131 15132 15133 |
# File 'sig/types.rbs', line 15131 def default_ena_queue_count @default_ena_queue_count end |
#delete_on_termination ⇒ Boolean
Returns the value of attribute delete_on_termination.
15134 15135 15136 |
# File 'sig/types.rbs', line 15134 def delete_on_termination @delete_on_termination end |
#ena_queue_count ⇒ ::Integer
Returns the value of attribute ena_queue_count.
15132 15133 15134 |
# File 'sig/types.rbs', line 15132 def ena_queue_count @ena_queue_count end |