Class: Aws::Types::InstanceSecondaryInterfaceAttachment

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)


11715
11716
11717
# File 'sig/types.rbs', line 11715

def attach_time
  @attach_time
end

#attachment_id::String

Returns the value of attribute attachment_id.

Returns:

  • (::String)


11716
11717
11718
# File 'sig/types.rbs', line 11716

def attachment_id
  @attachment_id
end

#delete_on_terminationBoolean

Returns the value of attribute delete_on_termination.

Returns:

  • (Boolean)


11717
11718
11719
# File 'sig/types.rbs', line 11717

def delete_on_termination
  @delete_on_termination
end

#device_index::Integer

Returns the value of attribute device_index.

Returns:

  • (::Integer)


11718
11719
11720
# File 'sig/types.rbs', line 11718

def device_index
  @device_index
end

#network_card_index::Integer

Returns the value of attribute network_card_index.

Returns:

  • (::Integer)


11720
11721
11722
# File 'sig/types.rbs', line 11720

def network_card_index
  @network_card_index
end

#status"attaching", ...

Returns the value of attribute status.

Returns:

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


11719
11720
11721
# File 'sig/types.rbs', line 11719

def status
  @status
end