Class: Aws::EC2::Types::FpgaImage

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

Overview

Describes an Amazon FPGA image (AFI).

Instance Attribute Summary collapse

Instance Attribute Details

#create_timeTime

The date and time the AFI was created.

Returns:

  • (Time)


19643
19644
19645
19646
19647
19648
19649
19650
19651
19652
19653
19654
19655
19656
19657
19658
19659
# File 'lib/aws-sdk-ec2/types.rb', line 19643

class FpgaImage < Struct.new(
  :fpga_image_id,
  :fpga_image_global_id,
  :name,
  :description,
  :shell_version,
  :pci_id,
  :state,
  :create_time,
  :update_time,
  :owner_id,
  :owner_alias,
  :product_codes,
  :tags,
  :public)
  include Aws::Structure
end

#descriptionString

The description of the AFI.

Returns:

  • (String)


19643
19644
19645
19646
19647
19648
19649
19650
19651
19652
19653
19654
19655
19656
19657
19658
19659
# File 'lib/aws-sdk-ec2/types.rb', line 19643

class FpgaImage < Struct.new(
  :fpga_image_id,
  :fpga_image_global_id,
  :name,
  :description,
  :shell_version,
  :pci_id,
  :state,
  :create_time,
  :update_time,
  :owner_id,
  :owner_alias,
  :product_codes,
  :tags,
  :public)
  include Aws::Structure
end

#fpga_image_global_idString

The global FPGA image identifier (AGFI ID).

Returns:

  • (String)


19643
19644
19645
19646
19647
19648
19649
19650
19651
19652
19653
19654
19655
19656
19657
19658
19659
# File 'lib/aws-sdk-ec2/types.rb', line 19643

class FpgaImage < Struct.new(
  :fpga_image_id,
  :fpga_image_global_id,
  :name,
  :description,
  :shell_version,
  :pci_id,
  :state,
  :create_time,
  :update_time,
  :owner_id,
  :owner_alias,
  :product_codes,
  :tags,
  :public)
  include Aws::Structure
end

#fpga_image_idString

The FPGA image identifier (AFI ID).

Returns:

  • (String)


19643
19644
19645
19646
19647
19648
19649
19650
19651
19652
19653
19654
19655
19656
19657
19658
19659
# File 'lib/aws-sdk-ec2/types.rb', line 19643

class FpgaImage < Struct.new(
  :fpga_image_id,
  :fpga_image_global_id,
  :name,
  :description,
  :shell_version,
  :pci_id,
  :state,
  :create_time,
  :update_time,
  :owner_id,
  :owner_alias,
  :product_codes,
  :tags,
  :public)
  include Aws::Structure
end

#nameString

The name of the AFI.

Returns:

  • (String)


19643
19644
19645
19646
19647
19648
19649
19650
19651
19652
19653
19654
19655
19656
19657
19658
19659
# File 'lib/aws-sdk-ec2/types.rb', line 19643

class FpgaImage < Struct.new(
  :fpga_image_id,
  :fpga_image_global_id,
  :name,
  :description,
  :shell_version,
  :pci_id,
  :state,
  :create_time,
  :update_time,
  :owner_id,
  :owner_alias,
  :product_codes,
  :tags,
  :public)
  include Aws::Structure
end

#owner_aliasString

The alias of the AFI owner. Possible values include ‘self`, `amazon`, and `aws-marketplace`.

Returns:

  • (String)


19643
19644
19645
19646
19647
19648
19649
19650
19651
19652
19653
19654
19655
19656
19657
19658
19659
# File 'lib/aws-sdk-ec2/types.rb', line 19643

class FpgaImage < Struct.new(
  :fpga_image_id,
  :fpga_image_global_id,
  :name,
  :description,
  :shell_version,
  :pci_id,
  :state,
  :create_time,
  :update_time,
  :owner_id,
  :owner_alias,
  :product_codes,
  :tags,
  :public)
  include Aws::Structure
end

#owner_idString

The AWS account ID of the AFI owner.

Returns:

  • (String)


19643
19644
19645
19646
19647
19648
19649
19650
19651
19652
19653
19654
19655
19656
19657
19658
19659
# File 'lib/aws-sdk-ec2/types.rb', line 19643

class FpgaImage < Struct.new(
  :fpga_image_id,
  :fpga_image_global_id,
  :name,
  :description,
  :shell_version,
  :pci_id,
  :state,
  :create_time,
  :update_time,
  :owner_id,
  :owner_alias,
  :product_codes,
  :tags,
  :public)
  include Aws::Structure
end

#pci_idTypes::PciId

Information about the PCI bus.

Returns:



19643
19644
19645
19646
19647
19648
19649
19650
19651
19652
19653
19654
19655
19656
19657
19658
19659
# File 'lib/aws-sdk-ec2/types.rb', line 19643

class FpgaImage < Struct.new(
  :fpga_image_id,
  :fpga_image_global_id,
  :name,
  :description,
  :shell_version,
  :pci_id,
  :state,
  :create_time,
  :update_time,
  :owner_id,
  :owner_alias,
  :product_codes,
  :tags,
  :public)
  include Aws::Structure
end

#product_codesArray<Types::ProductCode>

The product codes for the AFI.

Returns:



19643
19644
19645
19646
19647
19648
19649
19650
19651
19652
19653
19654
19655
19656
19657
19658
19659
# File 'lib/aws-sdk-ec2/types.rb', line 19643

class FpgaImage < Struct.new(
  :fpga_image_id,
  :fpga_image_global_id,
  :name,
  :description,
  :shell_version,
  :pci_id,
  :state,
  :create_time,
  :update_time,
  :owner_id,
  :owner_alias,
  :product_codes,
  :tags,
  :public)
  include Aws::Structure
end

#publicBoolean

Indicates whether the AFI is public.

Returns:

  • (Boolean)


19643
19644
19645
19646
19647
19648
19649
19650
19651
19652
19653
19654
19655
19656
19657
19658
19659
# File 'lib/aws-sdk-ec2/types.rb', line 19643

class FpgaImage < Struct.new(
  :fpga_image_id,
  :fpga_image_global_id,
  :name,
  :description,
  :shell_version,
  :pci_id,
  :state,
  :create_time,
  :update_time,
  :owner_id,
  :owner_alias,
  :product_codes,
  :tags,
  :public)
  include Aws::Structure
end

#shell_versionString

The version of the AWS Shell that was used to create the bitstream.

Returns:

  • (String)


19643
19644
19645
19646
19647
19648
19649
19650
19651
19652
19653
19654
19655
19656
19657
19658
19659
# File 'lib/aws-sdk-ec2/types.rb', line 19643

class FpgaImage < Struct.new(
  :fpga_image_id,
  :fpga_image_global_id,
  :name,
  :description,
  :shell_version,
  :pci_id,
  :state,
  :create_time,
  :update_time,
  :owner_id,
  :owner_alias,
  :product_codes,
  :tags,
  :public)
  include Aws::Structure
end

#stateTypes::FpgaImageState

Information about the state of the AFI.



19643
19644
19645
19646
19647
19648
19649
19650
19651
19652
19653
19654
19655
19656
19657
19658
19659
# File 'lib/aws-sdk-ec2/types.rb', line 19643

class FpgaImage < Struct.new(
  :fpga_image_id,
  :fpga_image_global_id,
  :name,
  :description,
  :shell_version,
  :pci_id,
  :state,
  :create_time,
  :update_time,
  :owner_id,
  :owner_alias,
  :product_codes,
  :tags,
  :public)
  include Aws::Structure
end

#tagsArray<Types::Tag>

Any tags assigned to the AFI.

Returns:



19643
19644
19645
19646
19647
19648
19649
19650
19651
19652
19653
19654
19655
19656
19657
19658
19659
# File 'lib/aws-sdk-ec2/types.rb', line 19643

class FpgaImage < Struct.new(
  :fpga_image_id,
  :fpga_image_global_id,
  :name,
  :description,
  :shell_version,
  :pci_id,
  :state,
  :create_time,
  :update_time,
  :owner_id,
  :owner_alias,
  :product_codes,
  :tags,
  :public)
  include Aws::Structure
end

#update_timeTime

The time of the most recent update to the AFI.

Returns:

  • (Time)


19643
19644
19645
19646
19647
19648
19649
19650
19651
19652
19653
19654
19655
19656
19657
19658
19659
# File 'lib/aws-sdk-ec2/types.rb', line 19643

class FpgaImage < Struct.new(
  :fpga_image_id,
  :fpga_image_global_id,
  :name,
  :description,
  :shell_version,
  :pci_id,
  :state,
  :create_time,
  :update_time,
  :owner_id,
  :owner_alias,
  :product_codes,
  :tags,
  :public)
  include Aws::Structure
end