Class: Aws::EC2::Types::DescribeFpgaImageAttributeResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeFpgaImageAttributeResult
- 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.
21251 21252 21253 21254 21255 |
# File 'lib/aws-sdk-ec2/types.rb', line 21251 class DescribeFpgaImageAttributeResult < Struct.new( :fpga_image_attribute) SENSITIVE = [] include Aws::Structure end |