Class: Aws::EC2::Types::ResetFpgaImageAttributeResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ResetFpgaImageAttributeResult
- Defined in:
- gems/aws-sdk-ec2/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.
60617 60618 60619 60620 60621 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 60617 class ResetFpgaImageAttributeResult < Struct.new( :return) SENSITIVE = [] include Aws::Structure end |