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)


12071
12072
12073
# File 'sig/types.rbs', line 12071

def attach_time
  @attach_time
end

#attachment_id::String

Returns the value of attribute attachment_id.

Returns:

  • (::String)


12072
12073
12074
# File 'sig/types.rbs', line 12072

def attachment_id
  @attachment_id
end

#delete_on_terminationBoolean

Returns the value of attribute delete_on_termination.

Returns:

  • (Boolean)


12073
12074
12075
# File 'sig/types.rbs', line 12073

def delete_on_termination
  @delete_on_termination
end

#device_index::Integer

Returns the value of attribute device_index.

Returns:

  • (::Integer)


12074
12075
12076
# File 'sig/types.rbs', line 12074

def device_index
  @device_index
end

#ena_queue_count::Integer

Returns the value of attribute ena_queue_count.

Returns:

  • (::Integer)


12078
12079
12080
# File 'sig/types.rbs', line 12078

def ena_queue_count
  @ena_queue_count
end

#ena_srd_specificationTypes::InstanceAttachmentEnaSrdSpecification

Returns the value of attribute ena_srd_specification.



12077
12078
12079
# File 'sig/types.rbs', line 12077

def ena_srd_specification
  @ena_srd_specification
end

#network_card_index::Integer

Returns the value of attribute network_card_index.

Returns:

  • (::Integer)


12076
12077
12078
# File 'sig/types.rbs', line 12076

def network_card_index
  @network_card_index
end

#status"attaching", ...

Returns the value of attribute status.

Returns:

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


12075
12076
12077
# File 'sig/types.rbs', line 12075

def status
  @status
end