Class: Aws::EC2::Types::ModifyFpgaImageAttributeResult

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.



25180
25181
25182
25183
# File 'lib/aws-sdk-ec2/types.rb', line 25180

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