Class: Aws::EC2::Types::FpgaImageAttribute
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::FpgaImageAttribute
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes an Amazon FPGA image (AFI) attribute.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the AFI.
-
#fpga_image_id ⇒ String
The ID of the AFI.
-
#load_permissions ⇒ Array<Types::LoadPermission>
The load permissions.
-
#name ⇒ String
The name of the AFI.
-
#product_codes ⇒ Array<Types::ProductCode>
The product codes.
Instance Attribute Details
#description ⇒ String
The description of the AFI.
34359 34360 34361 34362 34363 34364 34365 34366 34367 |
# File 'lib/aws-sdk-ec2/types.rb', line 34359 class FpgaImageAttribute < Struct.new( :fpga_image_id, :name, :description, :load_permissions, :product_codes) SENSITIVE = [] include Aws::Structure end |
#fpga_image_id ⇒ String
The ID of the AFI.
34359 34360 34361 34362 34363 34364 34365 34366 34367 |
# File 'lib/aws-sdk-ec2/types.rb', line 34359 class FpgaImageAttribute < Struct.new( :fpga_image_id, :name, :description, :load_permissions, :product_codes) SENSITIVE = [] include Aws::Structure end |
#load_permissions ⇒ Array<Types::LoadPermission>
The load permissions.
34359 34360 34361 34362 34363 34364 34365 34366 34367 |
# File 'lib/aws-sdk-ec2/types.rb', line 34359 class FpgaImageAttribute < Struct.new( :fpga_image_id, :name, :description, :load_permissions, :product_codes) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the AFI.
34359 34360 34361 34362 34363 34364 34365 34366 34367 |
# File 'lib/aws-sdk-ec2/types.rb', line 34359 class FpgaImageAttribute < Struct.new( :fpga_image_id, :name, :description, :load_permissions, :product_codes) SENSITIVE = [] include Aws::Structure end |
#product_codes ⇒ Array<Types::ProductCode>
The product codes.
34359 34360 34361 34362 34363 34364 34365 34366 34367 |
# File 'lib/aws-sdk-ec2/types.rb', line 34359 class FpgaImageAttribute < Struct.new( :fpga_image_id, :name, :description, :load_permissions, :product_codes) SENSITIVE = [] include Aws::Structure end |