Class: Aws::EC2::Types::DescribeFpgaImageAttributeResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeFpgaImageAttributeResult
- Defined in:
- gems/aws-sdk-ec2/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.
20531 20532 20533 20534 20535 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 20531 class DescribeFpgaImageAttributeResult < Struct.new( :fpga_image_attribute) SENSITIVE = [] include Aws::Structure end |