Class: Aws::EC2::Types::DeleteFpgaImageResult

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


15147
15148
15149
15150
15151
# File 'lib/aws-sdk-ec2/types.rb', line 15147

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