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.



53125
53126
53127
53128
53129
53130
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53125

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

#resource_statementTypes::ResourceStatementRequest

The resource statement.



53125
53126
53127
53128
53129
53130
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53125

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