Class: Aws::EC2::Types::ModifyInstancePlacementResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::ModifyInstancePlacementResult
 
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #return  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Is trueif the request succeeds, and an error otherwise.
Instance Attribute Details
#return ⇒ Boolean
Is true if the request succeeds, and an error otherwise.
| 57207 57208 57209 57210 57211 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 57207 class ModifyInstancePlacementResult < Struct.new( :return) SENSITIVE = [] include Aws::Structure end |