Class: Aws::EC2::Types::ModifyFpgaImageAttributeResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ModifyFpgaImageAttributeResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fpga_image_attribute ⇒ Types::FpgaImageAttribute
Information about the attribute.
Instance Attribute Details
#fpga_image_attribute ⇒ Types::FpgaImageAttribute
Information about the attribute.
50916 50917 50918 50919 50920 |
# File 'lib/aws-sdk-ec2/types.rb', line 50916 class ModifyFpgaImageAttributeResult < Struct.new( :fpga_image_attribute) SENSITIVE = [] include Aws::Structure end |