Class: Aws::EC2::Types::ModifyInstancePlacementResult

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)


25993
25994
25995
25996
# File 'lib/aws-sdk-ec2/types.rb', line 25993

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