Class: Aws::EC2::Types::ModifyFleetResult

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

If the request succeeds, the response returns true. If the request fails, no response is returned, and instead an error message is returned.

Returns:

  • (Boolean)


47148
47149
47150
47151
47152
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 47148

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