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.
36410 36411 36412 36413 36414 36415 36416 36417 36418 |
# File 'lib/aws-sdk-ec2/types.rb', line 36410 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.
36410 36411 36412 36413 36414 36415 36416 36417 36418 |
# File 'lib/aws-sdk-ec2/types.rb', line 36410 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.
36410 36411 36412 36413 36414 36415 36416 36417 36418 |
# File 'lib/aws-sdk-ec2/types.rb', line 36410 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.
36410 36411 36412 36413 36414 36415 36416 36417 36418 |
# File 'lib/aws-sdk-ec2/types.rb', line 36410 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.
36410 36411 36412 36413 36414 36415 36416 36417 36418 |
# File 'lib/aws-sdk-ec2/types.rb', line 36410 class FpgaImageAttribute < Struct.new( :fpga_image_id, :name, :description, :load_permissions, :product_codes) SENSITIVE = [] include Aws::Structure end |