Class: Aws::EC2::Types::FpgaImageAttribute

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

Overview

Describes an Amazon FPGA image (AFI) attribute.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the AFI.

Returns:

  • (String)


33829
33830
33831
33832
33833
33834
33835
33836
33837
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33829

class FpgaImageAttribute < Struct.new(
  :fpga_image_id,
  :name,
  :description,
  :load_permissions,
  :product_codes)
  SENSITIVE = []
  include Aws::Structure
end

#fpga_image_idString

The ID of the AFI.

Returns:

  • (String)


33829
33830
33831
33832
33833
33834
33835
33836
33837
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33829

class FpgaImageAttribute < Struct.new(
  :fpga_image_id,
  :name,
  :description,
  :load_permissions,
  :product_codes)
  SENSITIVE = []
  include Aws::Structure
end

#load_permissionsArray<Types::LoadPermission>

The load permissions.

Returns:



33829
33830
33831
33832
33833
33834
33835
33836
33837
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33829

class FpgaImageAttribute < Struct.new(
  :fpga_image_id,
  :name,
  :description,
  :load_permissions,
  :product_codes)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the AFI.

Returns:

  • (String)


33829
33830
33831
33832
33833
33834
33835
33836
33837
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33829

class FpgaImageAttribute < Struct.new(
  :fpga_image_id,
  :name,
  :description,
  :load_permissions,
  :product_codes)
  SENSITIVE = []
  include Aws::Structure
end

#product_codesArray<Types::ProductCode>

The product codes.

Returns:



33829
33830
33831
33832
33833
33834
33835
33836
33837
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33829

class FpgaImageAttribute < Struct.new(
  :fpga_image_id,
  :name,
  :description,
  :load_permissions,
  :product_codes)
  SENSITIVE = []
  include Aws::Structure
end