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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#returnBoolean

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

Returns:

  • (Boolean)


57517
57518
57519
57520
57521
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 57517

class ResetFpgaImageAttributeResult < Struct.new(
  :return)
  SENSITIVE = []
  include Aws::Structure
end