Class: Aws::EC2::Types::ModifyVpcTenancyResult
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::ModifyVpcTenancyResult
 
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #return_value  ⇒ Boolean 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns trueif the request succeeds; otherwise, returns an error.
Instance Attribute Details
#return_value ⇒ Boolean
Returns true if the request succeeds; otherwise, returns an error.
| 61558 61559 61560 61561 61562 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61558 class ModifyVpcTenancyResult < Struct.new( :return_value) SENSITIVE = [] include Aws::Structure end |