Class: Aws::EC2::Types::AccessScopePathRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::AccessScopePathRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a path.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #destination  ⇒ Types::PathStatementRequest 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The destination.
 - 
  
    
      #source  ⇒ Types::PathStatementRequest 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The source.
 - 
  
    
      #through_resources  ⇒ Array<Types::ThroughResourcesStatementRequest> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The through resources.
 
Instance Attribute Details
#destination ⇒ Types::PathStatementRequest
The destination.
      465 466 467 468 469 470 471  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 465 class AccessScopePathRequest < Struct.new( :source, :destination, :through_resources) SENSITIVE = [] include Aws::Structure end  | 
  
#source ⇒ Types::PathStatementRequest
The source.
      465 466 467 468 469 470 471  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 465 class AccessScopePathRequest < Struct.new( :source, :destination, :through_resources) SENSITIVE = [] include Aws::Structure end  | 
  
#through_resources ⇒ Array<Types::ThroughResourcesStatementRequest>
The through resources.
      465 466 467 468 469 470 471  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 465 class AccessScopePathRequest < Struct.new( :source, :destination, :through_resources) SENSITIVE = [] include Aws::Structure end  |