Class: Aws::Types::AttachNetworkInterfaceResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_id::String

Returns the value of attribute attachment_id.

Returns:

  • (::String)


858
859
860
# File 'sig/types.rbs', line 858

def attachment_id
  @attachment_id
end

#network_card_index::Integer

Returns the value of attribute network_card_index.

Returns:

  • (::Integer)


859
860
861
# File 'sig/types.rbs', line 859

def network_card_index
  @network_card_index
end