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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fpga_image_attributeTypes::FpgaImageAttribute

Information about the attribute.



50756
50757
50758
50759
50760
# File 'lib/aws-sdk-ec2/types.rb', line 50756

class ModifyFpgaImageAttributeResult < Struct.new(
  :fpga_image_attribute)
  SENSITIVE = []
  include Aws::Structure
end