Class: Aws::Types::AttachNetworkInterfaceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#device_index::Integer

Returns the value of attribute device_index.

Returns:

  • (::Integer)


853
854
855
# File 'sig/types.rbs', line 853

def device_index
  @device_index
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


850
851
852
# File 'sig/types.rbs', line 850

def dry_run
  @dry_run
end

#ena_queue_count::Integer

Returns the value of attribute ena_queue_count.

Returns:

  • (::Integer)


849
850
851
# File 'sig/types.rbs', line 849

def ena_queue_count
  @ena_queue_count
end

#ena_srd_specificationTypes::EnaSrdSpecification

Returns the value of attribute ena_srd_specification.



848
849
850
# File 'sig/types.rbs', line 848

def ena_srd_specification
  @ena_srd_specification
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


852
853
854
# File 'sig/types.rbs', line 852

def instance_id
  @instance_id
end

#network_card_index::Integer

Returns the value of attribute network_card_index.

Returns:

  • (::Integer)


847
848
849
# File 'sig/types.rbs', line 847

def network_card_index
  @network_card_index
end

#network_interface_id::String

Returns the value of attribute network_interface_id.

Returns:

  • (::String)


851
852
853
# File 'sig/types.rbs', line 851

def network_interface_id
  @network_interface_id
end