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)


14820
14821
14822
# File 'sig/types.rbs', line 14820

def attach_time
  @attach_time
end

#attachment_id::String

Returns the value of attribute attachment_id.

Returns:

  • (::String)


14821
14822
14823
# File 'sig/types.rbs', line 14821

def attachment_id
  @attachment_id
end

#delete_on_terminationBoolean

Returns the value of attribute delete_on_termination.

Returns:

  • (Boolean)


14822
14823
14824
# File 'sig/types.rbs', line 14822

def delete_on_termination
  @delete_on_termination
end

#device_index::Integer

Returns the value of attribute device_index.

Returns:

  • (::Integer)


14823
14824
14825
# File 'sig/types.rbs', line 14823

def device_index
  @device_index
end

#ena_queue_count::Integer

Returns the value of attribute ena_queue_count.

Returns:

  • (::Integer)


14829
14830
14831
# File 'sig/types.rbs', line 14829

def ena_queue_count
  @ena_queue_count
end

#ena_srd_specificationTypes::AttachmentEnaSrdSpecification

Returns the value of attribute ena_srd_specification.



14828
14829
14830
# File 'sig/types.rbs', line 14828

def ena_srd_specification
  @ena_srd_specification
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


14825
14826
14827
# File 'sig/types.rbs', line 14825

def instance_id
  @instance_id
end

#instance_owner_id::String

Returns the value of attribute instance_owner_id.

Returns:

  • (::String)


14826
14827
14828
# File 'sig/types.rbs', line 14826

def instance_owner_id
  @instance_owner_id
end

#network_card_index::Integer

Returns the value of attribute network_card_index.

Returns:

  • (::Integer)


14824
14825
14826
# File 'sig/types.rbs', line 14824

def network_card_index
  @network_card_index
end

#status"attaching", ...

Returns the value of attribute status.

Returns:

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


14827
14828
14829
# File 'sig/types.rbs', line 14827

def status
  @status
end