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.
33501 33502 33503 33504 33505 33506 33507 33508 33509 |
# File 'lib/aws-sdk-ec2/types.rb', line 33501 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.
33501 33502 33503 33504 33505 33506 33507 33508 33509 |
# File 'lib/aws-sdk-ec2/types.rb', line 33501 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.
33501 33502 33503 33504 33505 33506 33507 33508 33509 |
# File 'lib/aws-sdk-ec2/types.rb', line 33501 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.
33501 33502 33503 33504 33505 33506 33507 33508 33509 |
# File 'lib/aws-sdk-ec2/types.rb', line 33501 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.
33501 33502 33503 33504 33505 33506 33507 33508 33509 |
# File 'lib/aws-sdk-ec2/types.rb', line 33501 class FpgaImageAttribute < Struct.new( :fpga_image_id, :name, :description, :load_permissions, :product_codes) SENSITIVE = [] include Aws::Structure end |