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

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

Overview

Describes an Amazon FPGA image (AFI).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#create_timeTime

The date and time the AFI was created.

Returns:

  • (Time)


33707
33708
33709
33710
33711
33712
33713
33714
33715
33716
33717
33718
33719
33720
33721
33722
33723
33724
33725
33726
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33707

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,
  :data_retention_support,
  :instance_types)
  SENSITIVE = []
  include Aws::Structure
end

#data_retention_supportBoolean

Indicates whether data retention support is enabled for the AFI.

Returns:

  • (Boolean)


33707
33708
33709
33710
33711
33712
33713
33714
33715
33716
33717
33718
33719
33720
33721
33722
33723
33724
33725
33726
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33707

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,
  :data_retention_support,
  :instance_types)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the AFI.

Returns:

  • (String)


33707
33708
33709
33710
33711
33712
33713
33714
33715
33716
33717
33718
33719
33720
33721
33722
33723
33724
33725
33726
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33707

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,
  :data_retention_support,
  :instance_types)
  SENSITIVE = []
  include Aws::Structure
end

#fpga_image_global_idString

The global FPGA image identifier (AGFI ID).

Returns:

  • (String)


33707
33708
33709
33710
33711
33712
33713
33714
33715
33716
33717
33718
33719
33720
33721
33722
33723
33724
33725
33726
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33707

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,
  :data_retention_support,
  :instance_types)
  SENSITIVE = []
  include Aws::Structure
end

#fpga_image_idString

The FPGA image identifier (AFI ID).

Returns:

  • (String)


33707
33708
33709
33710
33711
33712
33713
33714
33715
33716
33717
33718
33719
33720
33721
33722
33723
33724
33725
33726
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33707

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,
  :data_retention_support,
  :instance_types)
  SENSITIVE = []
  include Aws::Structure
end

#instance_typesArray<String>

The instance types supported by the AFI.

Returns:

  • (Array<String>)


33707
33708
33709
33710
33711
33712
33713
33714
33715
33716
33717
33718
33719
33720
33721
33722
33723
33724
33725
33726
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33707

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,
  :data_retention_support,
  :instance_types)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the AFI.

Returns:

  • (String)


33707
33708
33709
33710
33711
33712
33713
33714
33715
33716
33717
33718
33719
33720
33721
33722
33723
33724
33725
33726
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33707

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,
  :data_retention_support,
  :instance_types)
  SENSITIVE = []
  include Aws::Structure
end

#owner_aliasString

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

Returns:

  • (String)


33707
33708
33709
33710
33711
33712
33713
33714
33715
33716
33717
33718
33719
33720
33721
33722
33723
33724
33725
33726
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33707

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,
  :data_retention_support,
  :instance_types)
  SENSITIVE = []
  include Aws::Structure
end

#owner_idString

The ID of the Amazon Web Services account that owns the AFI.

Returns:

  • (String)


33707
33708
33709
33710
33711
33712
33713
33714
33715
33716
33717
33718
33719
33720
33721
33722
33723
33724
33725
33726
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33707

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,
  :data_retention_support,
  :instance_types)
  SENSITIVE = []
  include Aws::Structure
end

#pci_idTypes::PciId

Information about the PCI bus.

Returns:



33707
33708
33709
33710
33711
33712
33713
33714
33715
33716
33717
33718
33719
33720
33721
33722
33723
33724
33725
33726
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33707

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,
  :data_retention_support,
  :instance_types)
  SENSITIVE = []
  include Aws::Structure
end

#product_codesArray<Types::ProductCode>

The product codes for the AFI.

Returns:



33707
33708
33709
33710
33711
33712
33713
33714
33715
33716
33717
33718
33719
33720
33721
33722
33723
33724
33725
33726
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33707

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,
  :data_retention_support,
  :instance_types)
  SENSITIVE = []
  include Aws::Structure
end

#publicBoolean

Indicates whether the AFI is public.

Returns:

  • (Boolean)


33707
33708
33709
33710
33711
33712
33713
33714
33715
33716
33717
33718
33719
33720
33721
33722
33723
33724
33725
33726
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33707

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,
  :data_retention_support,
  :instance_types)
  SENSITIVE = []
  include Aws::Structure
end

#shell_versionString

The version of the Amazon Web Services Shell that was used to create the bitstream.

Returns:

  • (String)


33707
33708
33709
33710
33711
33712
33713
33714
33715
33716
33717
33718
33719
33720
33721
33722
33723
33724
33725
33726
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33707

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,
  :data_retention_support,
  :instance_types)
  SENSITIVE = []
  include Aws::Structure
end

#stateTypes::FpgaImageState

Information about the state of the AFI.



33707
33708
33709
33710
33711
33712
33713
33714
33715
33716
33717
33718
33719
33720
33721
33722
33723
33724
33725
33726
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33707

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,
  :data_retention_support,
  :instance_types)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

Any tags assigned to the AFI.

Returns:



33707
33708
33709
33710
33711
33712
33713
33714
33715
33716
33717
33718
33719
33720
33721
33722
33723
33724
33725
33726
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33707

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,
  :data_retention_support,
  :instance_types)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

The time of the most recent update to the AFI.

Returns:

  • (Time)


33707
33708
33709
33710
33711
33712
33713
33714
33715
33716
33717
33718
33719
33720
33721
33722
33723
33724
33725
33726
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33707

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,
  :data_retention_support,
  :instance_types)
  SENSITIVE = []
  include Aws::Structure
end