Class: Aws::EC2::Types::AccessScopePath

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

The destination.



408
409
410
411
412
413
414
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 408

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

#sourceTypes::PathStatement

The source.



408
409
410
411
412
413
414
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 408

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

#through_resourcesArray<Types::ThroughResourcesStatement>

The through resources.



408
409
410
411
412
413
414
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 408

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