Class: Aws::EC2::Types::PathStatement
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::PathStatement
- 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::PacketHeaderStatement
The packet header statement.
-
#resource_statement ⇒ Types::ResourceStatement
The resource statement.
Instance Attribute Details
#packet_header_statement ⇒ Types::PacketHeaderStatement
The packet header statement.
57148 57149 57150 57151 57152 57153 |
# File 'lib/aws-sdk-ec2/types.rb', line 57148 class PathStatement < Struct.new( :packet_header_statement, :resource_statement) SENSITIVE = [] include Aws::Structure end |
#resource_statement ⇒ Types::ResourceStatement
The resource statement.
57148 57149 57150 57151 57152 57153 |
# File 'lib/aws-sdk-ec2/types.rb', line 57148 class PathStatement < Struct.new( :packet_header_statement, :resource_statement) SENSITIVE = [] include Aws::Structure end |