Class: Aws::EC2::Types::PathStatement
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::EC2::Types::PathStatement
 
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes a path statement.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #packet_header_statement  ⇒ Types::PacketHeaderStatement 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The packet header statement. 
- 
  
    
      #resource_statement  ⇒ Types::ResourceStatement 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The resource statement. 
Instance Attribute Details
#packet_header_statement ⇒ Types::PacketHeaderStatement
The packet header statement.
| 62946 62947 62948 62949 62950 62951 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 62946 class PathStatement < Struct.new( :packet_header_statement, :resource_statement) SENSITIVE = [] include Aws::Structure end | 
#resource_statement ⇒ Types::ResourceStatement
The resource statement.
| 62946 62947 62948 62949 62950 62951 | # File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 62946 class PathStatement < Struct.new( :packet_header_statement, :resource_statement) SENSITIVE = [] include Aws::Structure end |