Class: Aws::EC2::Types::IpamPoolSourceResourceRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::IpamPoolSourceResourceRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
The resource used to provision CIDRs to a resource planning pool.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #resource_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The source resource ID.
 - 
  
    
      #resource_owner  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The source resource owner.
 - 
  
    
      #resource_region  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The source resource Region.
 - 
  
    
      #resource_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The source resource type.
 
Instance Attribute Details
#resource_id ⇒ String
The source resource ID.
      46883 46884 46885 46886 46887 46888 46889 46890  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 46883 class IpamPoolSourceResourceRequest < Struct.new( :resource_id, :resource_type, :resource_region, :resource_owner) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_owner ⇒ String
The source resource owner.
      46883 46884 46885 46886 46887 46888 46889 46890  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 46883 class IpamPoolSourceResourceRequest < Struct.new( :resource_id, :resource_type, :resource_region, :resource_owner) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_region ⇒ String
The source resource Region.
      46883 46884 46885 46886 46887 46888 46889 46890  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 46883 class IpamPoolSourceResourceRequest < Struct.new( :resource_id, :resource_type, :resource_region, :resource_owner) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_type ⇒ String
The source resource type.
      46883 46884 46885 46886 46887 46888 46889 46890  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 46883 class IpamPoolSourceResourceRequest < Struct.new( :resource_id, :resource_type, :resource_region, :resource_owner) SENSITIVE = [] include Aws::Structure end  |