Class: Aws::EC2::Types::AccessScopePathRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Describes a path.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destinationTypes::PathStatementRequest

The destination.



432
433
434
435
436
437
438
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 432

class AccessScopePathRequest < Struct.new(
  :source,
  :destination,
  :through_resources)
  SENSITIVE = []
  include Aws::Structure
end

#sourceTypes::PathStatementRequest

The source.



432
433
434
435
436
437
438
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 432

class AccessScopePathRequest < Struct.new(
  :source,
  :destination,
  :through_resources)
  SENSITIVE = []
  include Aws::Structure
end

#through_resourcesArray<Types::ThroughResourcesStatementRequest>

The through resources.



432
433
434
435
436
437
438
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 432

class AccessScopePathRequest < Struct.new(
  :source,
  :destination,
  :through_resources)
  SENSITIVE = []
  include Aws::Structure
end