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.



68219
68220
68221
68222
68223
68224
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68219

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

#resource_statementTypes::ResourceStatementRequest

The resource statement.



68219
68220
68221
68222
68223
68224
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 68219

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