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)


33752
33753
33754
33755
33756
33757
33758
33759
33760
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33752

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)


33752
33753
33754
33755
33756
33757
33758
33759
33760
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33752

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:



33752
33753
33754
33755
33756
33757
33758
33759
33760
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33752

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)


33752
33753
33754
33755
33756
33757
33758
33759
33760
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33752

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:



33752
33753
33754
33755
33756
33757
33758
33759
33760
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33752

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