Class: Aws::Types::InstanceNetworkInterfaceAttachment

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)


11577
11578
11579
# File 'sig/types.rbs', line 11577

def attach_time
  @attach_time
end

#attachment_id::String

Returns the value of attribute attachment_id.

Returns:

  • (::String)


11578
11579
11580
# File 'sig/types.rbs', line 11578

def attachment_id
  @attachment_id
end

#delete_on_terminationBoolean

Returns the value of attribute delete_on_termination.

Returns:

  • (Boolean)


11579
11580
11581
# File 'sig/types.rbs', line 11579

def delete_on_termination
  @delete_on_termination
end

#device_index::Integer

Returns the value of attribute device_index.

Returns:

  • (::Integer)


11580
11581
11582
# File 'sig/types.rbs', line 11580

def device_index
  @device_index
end

#ena_queue_count::Integer

Returns the value of attribute ena_queue_count.

Returns:

  • (::Integer)


11584
11585
11586
# File 'sig/types.rbs', line 11584

def ena_queue_count
  @ena_queue_count
end

#ena_srd_specificationTypes::InstanceAttachmentEnaSrdSpecification

Returns the value of attribute ena_srd_specification.



11583
11584
11585
# File 'sig/types.rbs', line 11583

def ena_srd_specification
  @ena_srd_specification
end

#network_card_index::Integer

Returns the value of attribute network_card_index.

Returns:

  • (::Integer)


11582
11583
11584
# File 'sig/types.rbs', line 11582

def network_card_index
  @network_card_index
end

#status"attaching", ...

Returns the value of attribute status.

Returns:

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


11581
11582
11583
# File 'sig/types.rbs', line 11581

def status
  @status
end