Class: Aws::EC2::Types::DescribeFpgaImageAttributeResult

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#fpga_image_attributeTypes::FpgaImageAttribute

Information about the attribute.



10889
10890
10891
10892
# File 'lib/aws-sdk-ec2/types.rb', line 10889

class DescribeFpgaImageAttributeResult < Struct.new(
  :fpga_image_attribute)
  include Aws::Structure
end