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)


11847
11848
11849
# File 'sig/types.rbs', line 11847

def attach_time
  @attach_time
end

#attachment_id::String

Returns the value of attribute attachment_id.

Returns:

  • (::String)


11848
11849
11850
# File 'sig/types.rbs', line 11848

def attachment_id
  @attachment_id
end

#delete_on_terminationBoolean

Returns the value of attribute delete_on_termination.

Returns:

  • (Boolean)


11849
11850
11851
# File 'sig/types.rbs', line 11849

def delete_on_termination
  @delete_on_termination
end

#device_index::Integer

Returns the value of attribute device_index.

Returns:

  • (::Integer)


11850
11851
11852
# File 'sig/types.rbs', line 11850

def device_index
  @device_index
end

#ena_queue_count::Integer

Returns the value of attribute ena_queue_count.

Returns:

  • (::Integer)


11854
11855
11856
# File 'sig/types.rbs', line 11854

def ena_queue_count
  @ena_queue_count
end

#ena_srd_specificationTypes::InstanceAttachmentEnaSrdSpecification

Returns the value of attribute ena_srd_specification.



11853
11854
11855
# File 'sig/types.rbs', line 11853

def ena_srd_specification
  @ena_srd_specification
end

#network_card_index::Integer

Returns the value of attribute network_card_index.

Returns:

  • (::Integer)


11852
11853
11854
# File 'sig/types.rbs', line 11852

def network_card_index
  @network_card_index
end

#status"attaching", ...

Returns the value of attribute status.

Returns:

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


11851
11852
11853
# File 'sig/types.rbs', line 11851

def status
  @status
end