Class: Aws::Types::SecondaryInterfaceAttachment

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)


16876
16877
16878
# File 'sig/types.rbs', line 16876

def attach_time
  @attach_time
end

#attachment_id::String

Returns the value of attribute attachment_id.

Returns:

  • (::String)


16875
16876
16877
# File 'sig/types.rbs', line 16875

def attachment_id
  @attachment_id
end

#delete_on_terminationBoolean

Returns the value of attribute delete_on_termination.

Returns:

  • (Boolean)


16877
16878
16879
# File 'sig/types.rbs', line 16877

def delete_on_termination
  @delete_on_termination
end

#device_index::Integer

Returns the value of attribute device_index.

Returns:

  • (::Integer)


16878
16879
16880
# File 'sig/types.rbs', line 16878

def device_index
  @device_index
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


16879
16880
16881
# File 'sig/types.rbs', line 16879

def instance_id
  @instance_id
end

#instance_owner_id::String

Returns the value of attribute instance_owner_id.

Returns:

  • (::String)


16880
16881
16882
# File 'sig/types.rbs', line 16880

def instance_owner_id
  @instance_owner_id
end

#network_card_index::Integer

Returns the value of attribute network_card_index.

Returns:

  • (::Integer)


16881
16882
16883
# File 'sig/types.rbs', line 16881

def network_card_index
  @network_card_index
end

#status"attaching", ...

Returns the value of attribute status.

Returns:

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


16882
16883
16884
# File 'sig/types.rbs', line 16882

def status
  @status
end