Class: Aws::Types::NetworkInterfaceAttachmentChanges

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_id::String

Returns the value of attribute attachment_id.

Returns:

  • (::String)


14836
14837
14838
# File 'sig/types.rbs', line 14836

def attachment_id
  @attachment_id
end

#default_ena_queue_countBoolean

Returns the value of attribute default_ena_queue_count.

Returns:

  • (Boolean)


14834
14835
14836
# File 'sig/types.rbs', line 14834

def default_ena_queue_count
  @default_ena_queue_count
end

#delete_on_terminationBoolean

Returns the value of attribute delete_on_termination.

Returns:

  • (Boolean)


14837
14838
14839
# File 'sig/types.rbs', line 14837

def delete_on_termination
  @delete_on_termination
end

#ena_queue_count::Integer

Returns the value of attribute ena_queue_count.

Returns:

  • (::Integer)


14835
14836
14837
# File 'sig/types.rbs', line 14835

def ena_queue_count
  @ena_queue_count
end