Class: Aws::Types::AwsEc2NetworkInterfaceAttachment

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attach_time::String

Returns the value of attribute attach_time.

Returns:

  • (::String)


1763
1764
1765
# File 'sig/types.rbs', line 1763

def attach_time
  @attach_time
end

#attachment_id::String

Returns the value of attribute attachment_id.

Returns:

  • (::String)


1764
1765
1766
# File 'sig/types.rbs', line 1764

def attachment_id
  @attachment_id
end

#delete_on_terminationBoolean

Returns the value of attribute delete_on_termination.

Returns:

  • (Boolean)


1765
1766
1767
# File 'sig/types.rbs', line 1765

def delete_on_termination
  @delete_on_termination
end

#device_index::Integer

Returns the value of attribute device_index.

Returns:

  • (::Integer)


1766
1767
1768
# File 'sig/types.rbs', line 1766

def device_index
  @device_index
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


1767
1768
1769
# File 'sig/types.rbs', line 1767

def instance_id
  @instance_id
end

#instance_owner_id::String

Returns the value of attribute instance_owner_id.

Returns:

  • (::String)


1768
1769
1770
# File 'sig/types.rbs', line 1768

def instance_owner_id
  @instance_owner_id
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


1769
1770
1771
# File 'sig/types.rbs', line 1769

def status
  @status
end