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)


944
945
946
# File 'sig/types.rbs', line 944

def attachment_id
  @attachment_id
end

#network_card_index::Integer

Returns the value of attribute network_card_index.

Returns:

  • (::Integer)


945
946
947
# File 'sig/types.rbs', line 945

def network_card_index
  @network_card_index
end