Class: Aws::EC2::Types::PathStatementRequest

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::PacketHeaderStatementRequest

The packet header statement.



53303
53304
53305
53306
53307
53308
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53303

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

#resource_statementTypes::ResourceStatementRequest

The resource statement.



53303
53304
53305
53306
53307
53308
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53303

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