Class: Aws::EC2::Types::ResetFpgaImageAttributeResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ResetFpgaImageAttributeResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#return ⇒ Boolean
Is ‘true` if the request succeeds, and an error otherwise.
Instance Attribute Details
#return ⇒ Boolean
Is ‘true` if the request succeeds, and an error otherwise.
61888 61889 61890 61891 61892 |
# File 'lib/aws-sdk-ec2/types.rb', line 61888 class ResetFpgaImageAttributeResult < Struct.new( :return) SENSITIVE = [] include Aws::Structure end |