Class: Aws::Types::NetworkInterfaceAttachment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attach_time::Time

Returns the value of attribute attach_time.

Returns:

  • (::Time)


15462
15463
15464
# File 'sig/types.rbs', line 15462

def attach_time
  @attach_time
end

#attachment_id::String

Returns the value of attribute attachment_id.

Returns:

  • (::String)


15463
15464
15465
# File 'sig/types.rbs', line 15463

def attachment_id
  @attachment_id
end

#delete_on_terminationBoolean

Returns the value of attribute delete_on_termination.

Returns:

  • (Boolean)


15464
15465
15466
# File 'sig/types.rbs', line 15464

def delete_on_termination
  @delete_on_termination
end

#device_index::Integer

Returns the value of attribute device_index.

Returns:

  • (::Integer)


15465
15466
15467
# File 'sig/types.rbs', line 15465

def device_index
  @device_index
end

#ena_queue_count::Integer

Returns the value of attribute ena_queue_count.

Returns:

  • (::Integer)


15471
15472
15473
# File 'sig/types.rbs', line 15471

def ena_queue_count
  @ena_queue_count
end

#ena_srd_specificationTypes::AttachmentEnaSrdSpecification

Returns the value of attribute ena_srd_specification.



15470
15471
15472
# File 'sig/types.rbs', line 15470

def ena_srd_specification
  @ena_srd_specification
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


15467
15468
15469
# File 'sig/types.rbs', line 15467

def instance_id
  @instance_id
end

#instance_owner_id::String

Returns the value of attribute instance_owner_id.

Returns:

  • (::String)


15468
15469
15470
# File 'sig/types.rbs', line 15468

def instance_owner_id
  @instance_owner_id
end

#network_card_index::Integer

Returns the value of attribute network_card_index.

Returns:

  • (::Integer)


15466
15467
15468
# File 'sig/types.rbs', line 15466

def network_card_index
  @network_card_index
end

#status"attaching", ...

Returns the value of attribute status.

Returns:

  • ("attaching", "attached", "detaching", "detached")


15469
15470
15471
# File 'sig/types.rbs', line 15469

def status
  @status
end