Class: Aws::EC2::Types::ResetFpgaImageAttributeResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#returnBoolean

Is ‘true` if the request succeeds, and an error otherwise.

Returns:

  • (Boolean)


31025
31026
31027
31028
# File 'lib/aws-sdk-ec2/types.rb', line 31025

class ResetFpgaImageAttributeResult < Struct.new(
  :return)
  include Aws::Structure
end