Class: Aws::EC2::Types::PathStatementRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::PathStatementRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a path statement.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #packet_header_statement  ⇒ Types::PacketHeaderStatementRequest 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The packet header statement.
 - 
  
    
      #resource_statement  ⇒ Types::ResourceStatementRequest 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The resource statement.
 
Instance Attribute Details
#packet_header_statement ⇒ Types::PacketHeaderStatementRequest
The packet header statement.
      57932 57933 57934 57935 57936 57937  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 57932 class PathStatementRequest < Struct.new( :packet_header_statement, :resource_statement) SENSITIVE = [] include Aws::Structure end  | 
  
#resource_statement ⇒ Types::ResourceStatementRequest
The resource statement.
      57932 57933 57934 57935 57936 57937  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 57932 class PathStatementRequest < Struct.new( :packet_header_statement, :resource_statement) SENSITIVE = [] include Aws::Structure end  |