Class: Aws::EC2::Types::PciId

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Describes the data that identifies an Amazon FPGA image (AFI) on the PCI bus.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#device_idString

The ID of the device.

Returns:

  • (String)


53140
53141
53142
53143
53144
53145
53146
53147
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53140

class PciId < Struct.new(
  :device_id,
  :vendor_id,
  :subsystem_id,
  :subsystem_vendor_id)
  SENSITIVE = []
  include Aws::Structure
end

#subsystem_idString

The ID of the subsystem.

Returns:

  • (String)


53140
53141
53142
53143
53144
53145
53146
53147
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53140

class PciId < Struct.new(
  :device_id,
  :vendor_id,
  :subsystem_id,
  :subsystem_vendor_id)
  SENSITIVE = []
  include Aws::Structure
end

#subsystem_vendor_idString

The ID of the vendor for the subsystem.

Returns:

  • (String)


53140
53141
53142
53143
53144
53145
53146
53147
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53140

class PciId < Struct.new(
  :device_id,
  :vendor_id,
  :subsystem_id,
  :subsystem_vendor_id)
  SENSITIVE = []
  include Aws::Structure
end

#vendor_idString

The ID of the vendor.

Returns:

  • (String)


53140
53141
53142
53143
53144
53145
53146
53147
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53140

class PciId < Struct.new(
  :device_id,
  :vendor_id,
  :subsystem_id,
  :subsystem_vendor_id)
  SENSITIVE = []
  include Aws::Structure
end