Class: Aws::EC2::Types::PathStatement

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#packet_header_statementTypes::PacketHeaderStatement

The packet header statement.



53106
53107
53108
53109
53110
53111
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53106

class PathStatement < Struct.new(
  :packet_header_statement,
  :resource_statement)
  SENSITIVE = []
  include Aws::Structure
end

#resource_statementTypes::ResourceStatement

The resource statement.



53106
53107
53108
53109
53110
53111
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53106

class PathStatement < Struct.new(
  :packet_header_statement,
  :resource_statement)
  SENSITIVE = []
  include Aws::Structure
end